Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a4d99b;
}
.sour-candy {
color: #69af4b;
}
.beer-garden {
color: #3e9d39;
}
.san-felix {
color: #2c6e2b;
}
.bia-owie-a-forest {
color: #20501b;
}
/* CSS Variables */
:root {
--cool-aloe:#a4d99b;
--sour-candy:#69af4b;
--beer-garden:#3e9d39;
--san-felix:#2c6e2b;
--bia-owie-a-forest:#20501b;
}