Color names in this palette
CSS code for this palette
/* CSS */
.fox {
color: #ca4c2f;
}
.butter-cream {
color: #f5b342;
}
.rayo-de-sol {
color: #f6c355;
}
.green-lacewing {
color: #8bdf6d;
}
.ballyhoo {
color: #5c9f3c;
}
/* CSS Variables */
:root {
--fox:#ca4c2f;
--butter-cream:#f5b342;
--rayo-de-sol:#f6c355;
--green-lacewing:#8bdf6d;
--ballyhoo:#5c9f3c;
}