Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.dwarven-peaches {
color: #ffa07a;
}
.orange-bell-pepper {
color: #ff8b42;
}
.shocking-orange {
color: #ff6d1f;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--dwarven-peaches:#ffa07a;
--orange-bell-pepper:#ff8b42;
--shocking-orange:#ff6d1f;
--aerospace-orange:#ff5100;
}