Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.frost-gum {
color: #8dc8a1;
}
.cactus-spike {
color: #c2e3a5;
}
.buttery-croissant {
color: #f2e19c;
}
.bee {
color: #f2ba5a;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--frost-gum:#8dc8a1;
--cactus-spike:#c2e3a5;
--buttery-croissant:#f2e19c;
--bee:#f2ba5a;
}