Color names in this palette
CSS code for this palette
/* CSS */
.earth-yellow {
color: #e0a75c;
}
.overjoy {
color: #f3c15e;
}
.dilly-dally {
color: #f3df5e;
}
.field-day {
color: #c7e8a6;
}
.baby-tears {
color: #6bb8d6;
}
/* CSS Variables */
:root {
--earth-yellow:#e0a75c;
--overjoy:#f3c15e;
--dilly-dally:#f3df5e;
--field-day:#c7e8a6;
--baby-tears:#6bb8d6;
}