Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f3df5e;
}
.radiant-sun {
color: #efca52;
}
.dairy-made {
color: #ebb13d;
}
.clarified-butter {
color: #e99b25;
}
.non-stop-orange {
color: #d98312;
}
/* CSS Variables */
:root {
--dilly-dally:#f3df5e;
--radiant-sun:#efca52;
--dairy-made:#ebb13d;
--clarified-butter:#e99b25;
--non-stop-orange:#d98312;
}