Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9e339;
}
.common-dandelion {
color: #fcd65a;
}
.big-bus-yellow {
color: #fddb8b;
}
.sun-surprise {
color: #fef19f;
}
.lemon-chiffon-pie {
color: #fef7c3;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9e339;
--common-dandelion:#fcd65a;
--big-bus-yellow:#fddb8b;
--sun-surprise:#fef19f;
--lemon-chiffon-pie:#fef7c3;
}