Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.orange-bell-pepper {
color: #ff8b42;
}
.sunkissed-coral {
color: #ffa96b;
}
.atoll-sand {
color: #ffd09e;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--orange-bell-pepper:#ff8b42;
--sunkissed-coral:#ffa96b;
--atoll-sand:#ffd09e;
--creamy-cloud-dreams:#fff5e0;
}