Color names in this palette
CSS code for this palette
/* CSS */
.rustic-adobe {
color: #d69b71;
}
.campground {
color: #d1a76b;
}
.espresso-tonic {
color: #c68c5d;
}
.tigereye {
color: #b9794b;
}
.earth {
color: #a6653f;
}
/* CSS Variables */
:root {
--rustic-adobe:#d69b71;
--campground:#d1a76b;
--espresso-tonic:#c68c5d;
--tigereye:#b9794b;
--earth:#a6653f;
}