Color names in this palette
CSS code for this palette
/* CSS */
.moor-monster {
color: #1c5e21;
}
.cyantific {
color: #75c7c0;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
.vermilion-bird {
color: #f44034;
}
/* CSS Variables */
:root {
--moor-monster:#1c5e21;
--cyantific:#75c7c0;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
--vermilion-bird:#f44034;
}