Color names in this palette
CSS code for this palette
/* CSS */
.wildness-mint {
color: #5c9d63;
}
.green-trance {
color: #a2d4a1;
}
.sandy-shore {
color: #f2e8ba;
}
.cheddar-chunk {
color: #f9c980;
}
.burnt-coral {
color: #e57366;
}
/* CSS Variables */
:root {
--wildness-mint:#5c9d63;
--green-trance:#a2d4a1;
--sandy-shore:#f2e8ba;
--cheddar-chunk:#f9c980;
--burnt-coral:#e57366;
}