Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.creamy-orange-blush {
color: #fe9c7c;
}
.neighborly-peach {
color: #f0c2a3;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.campground {
color: #d3a769;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--creamy-orange-blush:#fe9c7c;
--neighborly-peach:#f0c2a3;
--smooth-as-corn-silk:#f4e2b3;
--campground:#d3a769;
}