Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.sunburst {
color: #f2b87d;
}
.troll-slayer-orange {
color: #f2a44a;
}
.orange-gluttony {
color: #e77e23;
}
.civara {
color: #c65c39;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--sunburst:#f2b87d;
--troll-slayer-orange:#f2a44a;
--orange-gluttony:#e77e23;
--civara:#c65c39;
}