Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.themeda-japonica {
color: #e4b03f;
}
.curry {
color: #d7a033;
}
.tawny-olive {
color: #c39b2c;
}
.faint-green {
color: #a48928;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--themeda-japonica:#e4b03f;
--curry:#d7a033;
--tawny-olive:#c39b2c;
--faint-green:#a48928;
}