Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f6e6a7;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.orange-pospsicle {
color: #f1a20e;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.indocile-tiger {
color: #b86e00;
}
/* CSS Variables */
:root {
--gold-sand:#f6e6a7;
--solar-plexus-chakra:#f1cb4b;
--orange-pospsicle:#f1a20e;
--fleur-de-sel-caramel:#d68b00;
--indocile-tiger:#b86e00;
}