Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.green-gooseberry {
color: #b0e4a5;
}
.light-fresh-lime {
color: #e0f7d4;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--green-gooseberry:#b0e4a5;
--light-fresh-lime:#e0f7d4;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
}