Color names in this palette
CSS code for this palette
/* CSS */
.rustic-adobe {
color: #d69b71;
}
.toffee-tart {
color: #c18d4e;
}
.luxor-gold {
color: #a98a3d;
}
.chandra-cream {
color: #e9b85d;
}
.velvet-marigold {
color: #e4893f;
}
/* CSS Variables */
:root {
--rustic-adobe:#d69b71;
--toffee-tart:#c18d4e;
--luxor-gold:#a98a3d;
--chandra-cream:#e9b85d;
--velvet-marigold:#e4893f;
}