Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.au-gratin {
color: #ffa047;
}
.desert-dessert {
color: #ffb86b;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.dried-goldenrod {
color: #e2a62c;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--au-gratin:#ffa047;
--desert-dessert:#ffb86b;
--deep-fried-sun-rays:#f5c661;
--dried-goldenrod:#e2a62c;
}