Color names in this palette
CSS code for this palette
/* CSS */
.rodeo-roundup {
color: #a78e6c;
}
.wild-rye {
color: #b5a38c;
}
.castaway-beach {
color: #d0c19f;
}
.russeau-gold {
color: #e7d7b1;
}
.ethereal-green {
color: #f1e8c6;
}
/* CSS Variables */
:root {
--rodeo-roundup:#a78e6c;
--wild-rye:#b5a38c;
--castaway-beach:#d0c19f;
--russeau-gold:#e7d7b1;
--ethereal-green:#f1e8c6;
}