Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.tropical-light {
color: #a1d46e;
}
.wedge-of-lime {
color: #e1eba3;
}
.citrus-honey {
color: #f5b96b;
}
.mustard-crusted-salmon {
color: #f27e40;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--tropical-light:#a1d46e;
--wedge-of-lime:#e1eba3;
--citrus-honey:#f5b96b;
--mustard-crusted-salmon:#f27e40;
}