Color names in this palette
CSS code for this palette
/* CSS */
.yellow-cattleya {
color: #fff04d;
}
.paris-daisy {
color: #f9e54e;
}
.radiant-sun {
color: #f0d04c;
}
.honey-glow {
color: #e7b84b;
}
.espresso-crema {
color: #d59e3f;
}
/* CSS Variables */
:root {
--yellow-cattleya:#fff04d;
--paris-daisy:#f9e54e;
--radiant-sun:#f0d04c;
--honey-glow:#e7b84b;
--espresso-crema:#d59e3f;
}