Color names in this palette
CSS code for this palette
/* CSS */
.yriel-yellow {
color: #ffdb57;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.last-sunlight {
color: #e6b93d;
}
.glitzy-gold {
color: #d8a22c;
}
.grass-daisy {
color: #ccaf1e;
}
/* CSS Variables */
:root {
--yriel-yellow:#ffdb57;
--solar-plexus-chakra:#f1c84b;
--last-sunlight:#e6b93d;
--glitzy-gold:#d8a22c;
--grass-daisy:#ccaf1e;
}