Color names in this palette
CSS code for this palette
/* CSS */
.solitary-tree {
color: #509b68;
}
.fescue {
color: #a2cea1;
}
.frosted-mint {
color: #e3f2e4;
}
.rice-flower {
color: #f1f7cf;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--solitary-tree:#509b68;
--fescue:#a2cea1;
--frosted-mint:#e3f2e4;
--rice-flower:#f1f7cf;
--solar-plexus-chakra:#f1c84b;
}