Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.sun-orange {
color: #f47b1f;
}
.peanut-butter-jelly {
color: #c84c2d;
}
.polished-apple {
color: #8c2b2b;
}
.red-oxide {
color: #5b1f21;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--sun-orange:#f47b1f;
--peanut-butter-jelly:#c84c2d;
--polished-apple:#8c2b2b;
--red-oxide:#5b1f21;
}