Color names in this palette
CSS code for this palette
/* CSS */
.stucco-wall {
color: #f0b19e;
}
.sunset-papaya {
color: #ff7e61;
}
.ogre-odor {
color: #ff513d;
}
.pelati {
color: #ff2e2e;
}
.traffic-red {
color: #ff1a1a;
}
/* CSS Variables */
:root {
--stucco-wall:#f0b19e;
--sunset-papaya:#ff7e61;
--ogre-odor:#ff513d;
--pelati:#ff2e2e;
--traffic-red:#ff1a1a;
}