Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f2b231;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-apples {
color: #f2d950;
}
.spring-yellow {
color: #f2e37d;
}
.cr-me-de-la-cr-me {
color: #f2e7b5;
}
/* CSS Variables */
:root {
--xanthous:#f2b231;
--solar-plexus-chakra:#f1c84b;
--golden-apples:#f2d950;
--spring-yellow:#f2e37d;
--cr-me-de-la-cr-me:#f2e7b5;
}