Color names in this palette
CSS code for this palette
/* CSS */
.yellow-cattleya {
color: #fff04d;
}
.fluffy-duckling {
color: #f9e339;
}
.jubilation {
color: #f6da23;
}
.pinard-yellow {
color: #f5c800;
}
.curry-bubbles {
color: #f5b800;
}
/* CSS Variables */
:root {
--yellow-cattleya:#fff04d;
--fluffy-duckling:#f9e339;
--jubilation:#f6da23;
--pinard-yellow:#f5c800;
--curry-bubbles:#f5b800;
}