Color names in this palette
CSS code for this palette
/* CSS */
.hot-lava {
color: #a30034;
}
.royal-blush {
color: #f06d56;
}
.chai-latte {
color: #f9cb9f;
}
.cameo-cream {
color: #f4e2c3;
}
.cottage-rose {
color: #d9a89b;
}
/* CSS Variables */
:root {
--hot-lava:#a30034;
--royal-blush:#f06d56;
--chai-latte:#f9cb9f;
--cameo-cream:#f4e2c3;
--cottage-rose:#d9a89b;
}