Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e5b738;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.bleached-sunflower {
color: #f9e8a4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.gold-drop {
color: #d86c31;
}
/* CSS Variables */
:root {
--last-sunlight:#e5b738;
--creamy-sweet-corn:#f9c54e;
--bleached-sunflower:#f9e8a4;
--apricot-glazed-chicken:#f5a524;
--gold-drop:#d86c31;
}