Color names in this palette
CSS code for this palette
/* CSS */
.flower-field {
color: #d9a76d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.soft-straw {
color: #f2d17d;
}
.last-sunlight {
color: #e7b93c;
}
.tawny-olive {
color: #c69a2a;
}
/* CSS Variables */
:root {
--flower-field:#d9a76d;
--solar-plexus-chakra:#f1c84b;
--soft-straw:#f2d17d;
--last-sunlight:#e7b93c;
--tawny-olive:#c69a2a;
}