Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1d4f90;
}
.christmas-blue {
color: #2c8dba;
}
.crystalsong-blue {
color: #4eb7b1;
}
.lilliputian-lime {
color: #7fd959;
}
.fluffy-duckling {
color: #f6e03c;
}
/* CSS Variables */
:root {
--sweat-bee:#1d4f90;
--christmas-blue:#2c8dba;
--crystalsong-blue:#4eb7b1;
--lilliputian-lime:#7fd959;
--fluffy-duckling:#f6e03c;
}