Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d86a3b;
}
.ecstasy {
color: #c85c32;
}
.glazed-ginger {
color: #a3592e;
}
.ancient-bronze {
color: #9e4f24;
}
.walnut {
color: #793a15;
}
/* CSS Variables */
:root {
--field-poppy:#d86a3b;
--ecstasy:#c85c32;
--glazed-ginger:#a3592e;
--ancient-bronze:#9e4f24;
--walnut:#793a15;
}