Color names in this palette
CSS code for this palette
/* CSS */
.all-about-olive {
color: #696d5a;
}
.serpentine-green {
color: #a8b979;
}
.double-spanish-white {
color: #d1c2a3;
}
.sandalwood-beige {
color: #f2d1b1;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--all-about-olive:#696d5a;
--serpentine-green:#a8b979;
--double-spanish-white:#d1c2a3;
--sandalwood-beige:#f2d1b1;
--dusty-orange:#e06b4d;
}