Color names in this palette
CSS code for this palette
/* CSS */
.verdant-oasis {
color: #60c36a;
}
.frugal {
color: #a3d7ab;
}
.spring-kiss {
color: #def2b1;
}
.tamale-maize {
color: #f7e9b6;
}
.egyptian-gold {
color: #f1a94b;
}
/* CSS Variables */
:root {
--verdant-oasis:#60c36a;
--frugal:#a3d7ab;
--spring-kiss:#def2b1;
--tamale-maize:#f7e9b6;
--egyptian-gold:#f1a94b;
}