Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #aad99b;
}
.pure-apple {
color: #6ebe46;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.brazilian-green {
color: #2e6f1f;
}
.patch-of-land {
color: #1e4c15;
}
/* CSS Variables */
:root {
--cool-aloe:#aad99b;
--pure-apple:#6ebe46;
--overgrown-mausoleum:#4b8b2d;
--brazilian-green:#2e6f1f;
--patch-of-land:#1e4c15;
}