Color names in this palette
CSS code for this palette
/* CSS */
.civara {
color: #c45d3b;
}
.bright-sienna {
color: #d88c5a;
}
.high-plateau {
color: #e3b27d;
}
.avid-apricot {
color: #f3c8a0;
}
.peach-yellow {
color: #f9e0ae;
}
/* CSS Variables */
:root {
--civara:#c45d3b;
--bright-sienna:#d88c5a;
--high-plateau:#e3b27d;
--avid-apricot:#f3c8a0;
--peach-yellow:#f9e0ae;
}