Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pink-lemonade {
color: #d2a7b6;
}
.coral-corn-snake {
color: #e7b1c8;
}
.pumpkin-essence {
color: #f6d8c1;
}
.glenwood-green {
color: #a7d3b5;
}
.garish-green {
color: #4ebc8c;
}
/* CSS Variables */
:root {
--fresh-pink-lemonade:#d2a7b6;
--coral-corn-snake:#e7b1c8;
--pumpkin-essence:#f6d8c1;
--glenwood-green:#a7d3b5;
--garish-green:#4ebc8c;
}