Color names in this palette
CSS code for this palette
/* CSS */
.ficus {
color: #3f5a3a;
}
.young-fern {
color: #6ebf7b;
}
.mint-cocktail-green {
color: #b2e0b3;
}
.yippie-ya-yellow {
color: #f4f6a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--ficus:#3f5a3a;
--young-fern:#6ebf7b;
--mint-cocktail-green:#b2e0b3;
--yippie-ya-yellow:#f4f6a2;
--creamy-sweet-corn:#f9c54e;
}