Color names in this palette
CSS code for this palette
/* CSS */
.daisy {
color: #f9d13e;
}
.glitter-yellow {
color: #fbd55b;
}
.chickery-chick {
color: #fce88d;
}
.aspen-yellow {
color: #f9df9f;
}
.lion-cub {
color: #f7cca6;
}
/* CSS Variables */
:root {
--daisy:#f9d13e;
--glitter-yellow:#fbd55b;
--chickery-chick:#fce88d;
--aspen-yellow:#f9df9f;
--lion-cub:#f7cca6;
}