Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #ca4b2b;
}
.ginger-milk {
color: #f6a65a;
}
.midday {
color: #f8d98b;
}
.olympic-blue {
color: #4b91e2;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#ca4b2b;
--ginger-milk:#f6a65a;
--midday:#f8d98b;
--olympic-blue:#4b91e2;
--waterhen-back:#2e3f52;
}