Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9df39;
}
.high-blue {
color: #4da8e0;
}
.christmas-blue {
color: #2c8dba;
}
.vermilion-cinnabar {
color: #e03e49;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9df39;
--high-blue:#4da8e0;
--christmas-blue:#2c8dba;
--vermilion-cinnabar:#e03e49;
--mad-for-mango:#f5a300;
}