Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.refreshed {
color: #cce382;
}
.marsupilami {
color: #f5f500;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--refreshed:#cce382;
--marsupilami:#f5f500;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
}