Color names in this palette
CSS code for this palette
/* CSS */
.civara {
color: #c65c39;
}
.balinese-sunset {
color: #f1a179;
}
.cheddar-corn {
color: #f6d5b6;
}
.greenbrier {
color: #499c6d;
}
.chestnut-green {
color: #2c4a26;
}
/* CSS Variables */
:root {
--civara:#c65c39;
--balinese-sunset:#f1a179;
--cheddar-corn:#f6d5b6;
--greenbrier:#499c6d;
--chestnut-green:#2c4a26;
}