Color names in this palette
CSS code for this palette
/* CSS */
.plane-brown {
color: #914f1d;
}
.campground {
color: #d1a76b;
}
.neighborly-peach {
color: #f5c1a3;
}
.orange-sherbet {
color: #fbc19d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--plane-brown:#914f1d;
--campground:#d1a76b;
--neighborly-peach:#f5c1a3;
--orange-sherbet:#fbc19d;
--shocking-orange:#ff6d1f;
}