Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flambrosia {
color: #e6a400;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.cassandra-s-curse {
color: #b87400;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--solar-plexus-chakra:#f1c84b;
--flambrosia:#e6a400;
--fleur-de-sel-caramel:#d68b00;
--cassandra-s-curse:#b87400;
}