Color names in this palette
CSS code for this palette
/* CSS */
.fiji-sands {
color: #d5caaa;
}
.river-of-gold {
color: #e4b95e;
}
.earthy-ochre {
color: #bfaf88;
}
.tannin {
color: #a78c6c;
}
.anthill {
color: #7e694e;
}
/* CSS Variables */
:root {
--fiji-sands:#d5caaa;
--river-of-gold:#e4b95e;
--earthy-ochre:#bfaf88;
--tannin:#a78c6c;
--anthill:#7e694e;
}