Color names in this palette
CSS code for this palette
/* CSS */
.spring-marsh {
color: #bfaf5f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.forsythia-blossom {
color: #f9d66c;
}
.calabrese {
color: #f1a8a2;
}
.citrus-blast {
color: #e07c3e;
}
/* CSS Variables */
:root {
--spring-marsh:#bfaf5f;
--solar-plexus-chakra:#f1c84b;
--forsythia-blossom:#f9d66c;
--calabrese:#f1a8a2;
--citrus-blast:#e07c3e;
}