Color names in this palette
CSS code for this palette
/* CSS */
.wiener-schnitzel {
color: #f09c00;
}
.orange-pop {
color: #ffc23d;
}
.ripe-pumpkin {
color: #ffb133;
}
.shocking-orange {
color: #ff6d1f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--wiener-schnitzel:#f09c00;
--orange-pop:#ffc23d;
--ripe-pumpkin:#ffb133;
--shocking-orange:#ff6d1f;
--mandarin-red:#e74d3c;
}