Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #d24d28;
}
.cosmetic-red {
color: #a45b7d;
}
.sea-turtle {
color: #7f8c3b;
}
.citronite {
color: #d8b13b;
}
.friendly-yellow {
color: #f6e0b1;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#d24d28;
--cosmetic-red:#a45b7d;
--sea-turtle:#7f8c3b;
--citronite:#d8b13b;
--friendly-yellow:#f6e0b1;
}