Color names in this palette
CSS code for this palette
/* CSS */
.shaded-sun {
color: #f6eba7;
}
.jemima {
color: #f2d57d;
}
.farm-straw {
color: #d9b54a;
}
.university-of-california-gold {
color: #b88d28;
}
.milk-chocolate {
color: #7c4d1d;
}
/* CSS Variables */
:root {
--shaded-sun:#f6eba7;
--jemima:#f2d57d;
--farm-straw:#d9b54a;
--university-of-california-gold:#b88d28;
--milk-chocolate:#7c4d1d;
}