Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.sail-away {
color: #51b4e1;
}
.durotar-fire {
color: #f15a27;
}
.fluffy-duckling {
color: #f7e13b;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--sail-away:#51b4e1;
--durotar-fire:#f15a27;
--fluffy-duckling:#f7e13b;
--moonshadow:#8d43ad;
}