Feel free to tweak the two custom properties in the css pane to explore the different mosaic patterns that are generated.
You must log in or register to comment.
Very cool! I like how changing either variable gives you a completely different pattern. Though not the same idea here’s another fun one: https://codepen.io/josetxu/pen/mdoaKEr
Oh cool, yeah and you’re also using multiple
repeating-radial-gradient
s to generate textured noise.That’s exactly what I was doing while working on a new button style.
Some gradients and some noise sprinkled on top to remove some of the flatness, but while I was experimenting with the noise I happened upon that really cool pattern and thought I’d share it by itself.
Nice thing