Color names in this palette
CSS code for this palette
/* CSS */
.turf-green {
color: #2f8e44;
}
.devil-s-grass {
color: #4cae4f;
}
.young-fern {
color: #6ebf7b;
}
.turquoise-tower {
color: #a8e6cf;
}
.bakery-box {
color: #f0f4f1;
}
/* CSS Variables */
:root {
--turf-green:#2f8e44;
--devil-s-grass:#4cae4f;
--young-fern:#6ebf7b;
--turquoise-tower:#a8e6cf;
--bakery-box:#f0f4f1;
}