Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.au-gratin {
color: #ffa047;
}
.desert-dessert {
color: #ffbc6b;
}
.south-shore-sun {
color: #ffdd9e;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--au-gratin:#ffa047;
--desert-dessert:#ffbc6b;
--south-shore-sun:#ffdd9e;
--lynx-white:#f7f7f7;
}