Color names in this palette
CSS code for this palette
/* CSS */
.santa-fe {
color: #b26c53;
}
.rustic-adobe {
color: #d0996d;
}
.seasonal-beige {
color: #e5b59f;
}
.tequila {
color: #f4d1a4;
}
.rotunda-gold {
color: #f6e0c1;
}
/* CSS Variables */
:root {
--santa-fe:#b26c53;
--rustic-adobe:#d0996d;
--seasonal-beige:#e5b59f;
--tequila:#f4d1a4;
--rotunda-gold:#f6e0c1;
}