Color names in this palette
CSS code for this palette
/* CSS */
.guitar {
color: #6a4b39;
}
.raw-copper {
color: #c66c4e;
}
.orange-clay {
color: #e3a77d;
}
.weekend-retreat {
color: #e9c2af;
}
.yellow-shimmer {
color: #f7e3ca;
}
/* CSS Variables */
:root {
--guitar:#6a4b39;
--raw-copper:#c66c4e;
--orange-clay:#e3a77d;
--weekend-retreat:#e9c2af;
--yellow-shimmer:#f7e3ca;
}