Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.frost-gum {
color: #8bcb9a;
}
.fireflies {
color: #f7d8a6;
}
.orange-pospsicle {
color: #f2a60d;
}
.obstinate-orange {
color: #d35527;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--frost-gum:#8bcb9a;
--fireflies:#f7d8a6;
--orange-pospsicle:#f2a60d;
--obstinate-orange:#d35527;
}