Color names in this palette
CSS code for this palette
/* CSS */
.succulent-green {
color: #5e9c85;
}
.lobaria-lichen {
color: #9fc6af;
}
.frostee {
color: #d9e4d3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--succulent-green:#5e9c85;
--lobaria-lichen:#9fc6af;
--frostee:#d9e4d3;
--solar-plexus-chakra:#f1c84b;
--coral-orange:#e76950;
}