Color names in this palette
CSS code for this palette
/* CSS */
.amazon {
color: #3a7856;
}
.clover-mist {
color: #6ebf8c;
}
.teal-deer {
color: #9de2b6;
}
.applemint-soda {
color: #f2f6ea;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--amazon:#3a7856;
--clover-mist:#6ebf8c;
--teal-deer:#9de2b6;
--applemint-soda:#f2f6ea;
--creamy-sweet-corn:#f9c54e;
}