Card UI with Different Colour Palettes
Instead of coming up with an arbitrary colour palette, here, I selected one primary colour and generated corresponding colours only by modifying saturation
and
lightness
while keeping the
hue
constant.
This can be easily achieved in CSS using hsla()
and it's super useful!
https://codepen.io/ananyaneogi/pen/joweba
More by Ananya Neogi View profile
Like