Color names in this palette
CSS code for this palette
/* CSS */
.citronite {
color: #d6b53d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.forsythia-blossom {
color: #f9d66c;
}
.tamale-maize {
color: #f6e7b6;
}
.high-honey {
color: #e0b94d;
}
/* CSS Variables */
:root {
--citronite:#d6b53d;
--solar-plexus-chakra:#f1c84b;
--forsythia-blossom:#f9d66c;
--tamale-maize:#f6e7b6;
--high-honey:#e0b94d;
}