Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c94c26;
}
.moldy-ochre {
color: #d6a100;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.ginger-peach {
color: #f9d29f;
}
.red-beech {
color: #7b3b0a;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c94c26;
--moldy-ochre:#d6a100;
--creamy-sweet-corn:#f6c54c;
--ginger-peach:#f9d29f;
--red-beech:#7b3b0a;
}