Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.au-gratin {
color: #ffa047;
}
.desert-dessert {
color: #ffb86b;
}
.august-morning {
color: #ffd79e;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--au-gratin:#ffa047;
--desert-dessert:#ffb86b;
--august-morning:#ffd79e;
--creamy-cloud-dreams:#fff5e0;
}