Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d75928;
}
.zing {
color: #fbbf7e;
}
.peach-damask {
color: #f9c6a9;
}
.solar-storm {
color: #ffc16b;
}
.west-coast {
color: #5c4c2e;
}
/* CSS Variables */
:root {
--obstinate-orange:#d75928;
--zing:#fbbf7e;
--peach-damask:#f9c6a9;
--solar-storm:#ffc16b;
--west-coast:#5c4c2e;
}