All Palettes

Color Palette #ffffff, #f4d2d2, #795d5d, #f3e0d3, #7a7a7a

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.mary-s-rose {
color: #f4d2d2;
}
.bateau-brown {
color: #795d5d;
}
.posy {
color: #f3e0d3;
}
.steel {
color: #7a7a7a;
}

/* CSS Variables */
:root {
--white:#ffffff;
--mary-s-rose:#f4d2d2;
--bateau-brown:#795d5d;
--posy:#f3e0d3;
--steel:#7a7a7a;
}

More palettes to explore