Color names in this palette
CSS code for this palette
/* CSS */
.olive-thrill {
color: #698d2a;
}
.happy-tune {
color: #9ac059;
}
.golden-delicious {
color: #d2d78e;
}
.yolk-yellow {
color: #e6b251;
}
.seraphim-sepia {
color: #d97c4a;
}
/* CSS Variables */
:root {
--olive-thrill:#698d2a;
--happy-tune:#9ac059;
--golden-delicious:#d2d78e;
--yolk-yellow:#e6b251;
--seraphim-sepia:#d97c4a;
}