Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.lugganath-orange {
color: #f5a48a;
}
.akak-red {
color: #ef7e61;
}
.opal-flame {
color: #e45949;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--lugganath-orange:#f5a48a;
--akak-red:#ef7e61;
--opal-flame:#e45949;
--peanut-butter-jelly:#c94c26;
}