Color names in this palette
CSS code for this palette
/* CSS */
.onion-seedling {
color: #4a8c5e;
}
.felt-green {
color: #6fbe90;
}
.overtone {
color: #a1e3af;
}
.ivory-keys {
color: #f8f9e6;
}
.mango-margarita {
color: #f5b951;
}
/* CSS Variables */
:root {
--onion-seedling:#4a8c5e;
--felt-green:#6fbe90;
--overtone:#a1e3af;
--ivory-keys:#f8f9e6;
--mango-margarita:#f5b951;
}