Color names in this palette
CSS code for this palette
/* CSS */
.bermudagrass {
color: #6ebf6f;
}
.grape-green {
color: #a8e9a0;
}
.orange-blast {
color: #f3ca9b;
}
.peaches-of-immortality {
color: #d88383;
}
.pinkadelic {
color: #c65d5d;
}
/* CSS Variables */
:root {
--bermudagrass:#6ebf6f;
--grape-green:#a8e9a0;
--orange-blast:#f3ca9b;
--peaches-of-immortality:#d88383;
--pinkadelic:#c65d5d;
}