Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.bilious-green {
color: #a5d86f;
}
.curious {
color: #d8e2a2;
}
.chiffon {
color: #f4f8b9;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--bilious-green:#a5d86f;
--curious:#d8e2a2;
--chiffon:#f4f8b9;
--hollandaise:#ffec3d;
}