Color names in this palette
CSS code for this palette
/* CSS */
.great-gazoo {
color: #5b9f6c;
}
.lobaria-lichen {
color: #a1c9b5;
}
.butter-cookie {
color: #f0e3b2;
}
.hot-orange {
color: #f58d3d;
}
.slice-of-watermelon {
color: #e16b7d;
}
/* CSS Variables */
:root {
--great-gazoo:#5b9f6c;
--lobaria-lichen:#a1c9b5;
--butter-cookie:#f0e3b2;
--hot-orange:#f58d3d;
--slice-of-watermelon:#e16b7d;
}