Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.goldsmith {
color: #f1b44b;
}
.deep-fried-sun-rays {
color: #f5c95c;
}
.pizazz {
color: #e67e3d;
}
.peanut-butter-jelly {
color: #ca4d2b;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--goldsmith:#f1b44b;
--deep-fried-sun-rays:#f5c95c;
--pizazz:#e67e3d;
--peanut-butter-jelly:#ca4d2b;
}