Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f6e03c;
}
.eyelash-viper {
color: #f0c347;
}
.zucchini-flower {
color: #e6a84c;
}
.dull-orange {
color: #d88a3b;
}
.sudan-brown {
color: #c0752a;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f6e03c;
--eyelash-viper:#f0c347;
--zucchini-flower:#e6a84c;
--dull-orange:#d88a3b;
--sudan-brown:#c0752a;
}