Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.mad-for-mango {
color: #f5a300;
}
.durotar-fire {
color: #f15a27;
}
.peanut-butter-jelly {
color: #c94c26;
}
.windsor-wine {
color: #5f2b3e;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--mad-for-mango:#f5a300;
--durotar-fire:#f15a27;
--peanut-butter-jelly:#c94c26;
--windsor-wine:#5f2b3e;
}