Color names in this palette
CSS code for this palette
/* CSS */
.onion-seedling {
color: #4a8c60;
}
.young-fern {
color: #6ebf7b;
}
.reef-green {
color: #a3e0c6;
}
.full-moon {
color: #f3f4e1;
}
.hot-sun {
color: #f7b32b;
}
/* CSS Variables */
:root {
--onion-seedling:#4a8c60;
--young-fern:#6ebf7b;
--reef-green:#a3e0c6;
--full-moon:#f3f4e1;
--hot-sun:#f7b32b;
}