Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b30;
}
.hot-lava {
color: #a30034;
}
.red-peppercorn {
color: #c92c41;
}
.chantilly {
color: #eab8c6;
}
.nursery-pink {
color: #f6dae8;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b30;
--hot-lava:#a30034;
--red-peppercorn:#c92c41;
--chantilly:#eab8c6;
--nursery-pink:#f6dae8;
}