Color names in this palette
CSS code for this palette
/* CSS */
.daisy {
color: #f8d33f;
}
.gold-tips {
color: #e6b028;
}
.apricot-chicken {
color: #d59020;
}
.turmeric-brown {
color: #c17c1a;
}
.golden-hind {
color: #a56d0d;
}
/* CSS Variables */
:root {
--daisy:#f8d33f;
--gold-tips:#e6b028;
--apricot-chicken:#d59020;
--turmeric-brown:#c17c1a;
--golden-hind:#a56d0d;
}