Color names in this palette
CSS code for this palette
/* CSS */
.frozen-forest {
color: #d2e9b9;
}
.crystal-green {
color: #a3d87d;
}
.conceptual {
color: #79c74d;
}
.botanical-garden {
color: #4bad1a;
}
.christmas-green {
color: #3b8d0c;
}
/* CSS Variables */
:root {
--frozen-forest:#d2e9b9;
--crystal-green:#a3d87d;
--conceptual:#79c74d;
--botanical-garden:#4bad1a;
--christmas-green:#3b8d0c;
}