Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.hot-sand {
color: #ccaa00;
}
.brown-butter {
color: #a87e00;
}
.sunlit-kelp-green {
color: #806c00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--hot-sand:#ccaa00;
--brown-butter:#a87e00;
--sunlit-kelp-green:#806c00;
}