Color names in this palette
CSS code for this palette
/* CSS */
.civara {
color: #c65c39;
}
.folksy-gold {
color: #d89969;
}
.creole-cottage {
color: #e7b89c;
}
.lighthouse-glow {
color: #f9d36c;
}
.hot-shot {
color: #f24d2c;
}
/* CSS Variables */
:root {
--civara:#c65c39;
--folksy-gold:#d89969;
--creole-cottage:#e7b89c;
--lighthouse-glow:#f9d36c;
--hot-shot:#f24d2c;
}