Color names in this palette
CSS code for this palette
/* CSS */
.daisy {
color: #fed43e;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.golden-hour {
color: #f1b55b;
}
.apricot-sorbet {
color: #e6aa60;
}
.glitzy-gold {
color: #d89f2c;
}
/* CSS Variables */
:root {
--daisy:#fed43e;
--creamy-sweet-corn:#f6c54c;
--golden-hour:#f1b55b;
--apricot-sorbet:#e6aa60;
--glitzy-gold:#d89f2c;
}