Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #da592b;
}
.troll-slayer-orange {
color: #f8a34f;
}
.shrimp-toast {
color: #f8c2a0;
}
.ronchi {
color: #e8b84f;
}
.raucous-orange {
color: #c45831;
}
/* CSS Variables */
:root {
--obstinate-orange:#da592b;
--troll-slayer-orange:#f8a34f;
--shrimp-toast:#f8c2a0;
--ronchi:#e8b84f;
--raucous-orange:#c45831;
}