Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8abe4b;
}
.overgrown-mausoleum {
color: #4b8e2e;
}
.tropical-light {
color: #a2d66b;
}
.milk-chocolate {
color: #7c4d1d;
}
.reed {
color: #c1d6a4;
}
/* CSS Variables */
:root {
--citrus-surge:#8abe4b;
--overgrown-mausoleum:#4b8e2e;
--tropical-light:#a2d66b;
--milk-chocolate:#7c4d1d;
--reed:#c1d6a4;
}