Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f6e03c;
}
.sunny-mood {
color: #f7c94b;
}
.ginger-milk {
color: #f8a659;
}
.vintage-orange {
color: #fbb060;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f6e03c;
--sunny-mood:#f7c94b;
--ginger-milk:#f8a659;
--vintage-orange:#fbb060;
--solar-plexus-chakra:#f1c84b;
}