Color names in this palette
CSS code for this palette
/* CSS */
.civara {
color: #c65c39;
}
.folksy-gold {
color: #d7996a;
}
.fire-coral {
color: #e4b26c;
}
.resort-sunrise {
color: #f5d6c7;
}
.sharp-rip-drill {
color: #eae1d7;
}
/* CSS Variables */
:root {
--civara:#c65c39;
--folksy-gold:#d7996a;
--fire-coral:#e4b26c;
--resort-sunrise:#f5d6c7;
--sharp-rip-drill:#eae1d7;
}