Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.lipstick-illusion {
color: #d06c6d;
}
.cuticle-pink {
color: #e7a098;
}
.serene-pink {
color: #f4c2b8;
}
.antique-candle-light {
color: #f5e1d6;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--lipstick-illusion:#d06c6d;
--cuticle-pink:#e7a098;
--serene-pink:#f4c2b8;
--antique-candle-light:#f5e1d6;
}