Color names in this palette
CSS code for this palette
/* CSS */
.drop-green {
color: #6cbd61;
}
.lime-lizard {
color: #a3d55d;
}
.lime-bright {
color: #f1e3b1;
}
.go-bananas {
color: #f6ca51;
}
.christmas-orange {
color: #d76e28;
}
/* CSS Variables */
:root {
--drop-green:#6cbd61;
--lime-lizard:#a3d55d;
--lime-bright:#f1e3b1;
--go-bananas:#f6ca51;
--christmas-orange:#d76e28;
}