Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale-green {
color: #8dcf4f;
}
.crystal-green {
color: #a1d57b;
}
.frozen-forest {
color: #d0e5b8;
}
.bean-sprout {
color: #f5f9e7;
}
.prosecco {
color: #f9d4a4;
}
/* CSS Variables */
:root {
--fairy-tale-green:#8dcf4f;
--crystal-green:#a1d57b;
--frozen-forest:#d0e5b8;
--bean-sprout:#f5f9e7;
--prosecco:#f9d4a4;
}