Color names in this palette
CSS code for this palette
/* CSS */
.artisans-gold {
color: #f3a949;
}
.neighborly-peach {
color: #f0c2a3;
}
.presidio-peach {
color: #f0967f;
}
.orangeville {
color: #e76f5f;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--artisans-gold:#f3a949;
--neighborly-peach:#f0c2a3;
--presidio-peach:#f0967f;
--orangeville:#e76f5f;
--red-power:#d83b3b;
}