Color names in this palette
CSS code for this palette
/* CSS */
.yriel-yellow {
color: #ffdb57;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.themeda-japonica {
color: #e5b03e;
}
.mustard-seed {
color: #c8a328;
}
.nataneyu-gold {
color: #a57a1d;
}
/* CSS Variables */
:root {
--yriel-yellow:#ffdb57;
--solar-plexus-chakra:#f1c84b;
--themeda-japonica:#e5b03e;
--mustard-seed:#c8a328;
--nataneyu-gold:#a57a1d;
}