Color names in this palette
CSS code for this palette
/* CSS */
.wild-berry {
color: #7d3b3b;
}
.escalante {
color: #a85d5d;
}
.chinook-salmon {
color: #c69c7b;
}
.river-of-gold {
color: #e6b85c;
}
.elven-beige {
color: #f8d08b;
}
/* CSS Variables */
:root {
--wild-berry:#7d3b3b;
--escalante:#a85d5d;
--chinook-salmon:#c69c7b;
--river-of-gold:#e6b85c;
--elven-beige:#f8d08b;
}