Color names in this palette
CSS code for this palette
/* CSS */
.roseate-spoonbill {
color: #e4afc2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.breeze-of-chilli {
color: #f76e6e;
}
.deluxe-days {
color: #8ecae6;
}
.valhalla {
color: #2a2c41;
}
/* CSS Variables */
:root {
--roseate-spoonbill:#e4afc2;
--solar-plexus-chakra:#f1c84b;
--breeze-of-chilli:#f76e6e;
--deluxe-days:#8ecae6;
--valhalla:#2a2c41;
}