Color names in this palette
CSS code for this palette
/* CSS */
.hot-lava {
color: #a30034;
}
.red-peppercorn {
color: #c92c41;
}
.beauty-bush {
color: #eab7b3;
}
.early-sunset {
color: #f3e5d8;
}
.creamy-cloud-dreams {
color: #fff6e0;
}
/* CSS Variables */
:root {
--hot-lava:#a30034;
--red-peppercorn:#c92c41;
--beauty-bush:#eab7b3;
--early-sunset:#f3e5d8;
--creamy-cloud-dreams:#fff6e0;
}