Color names in this palette
CSS code for this palette
/* CSS */
.stirland-battlemire {
color: #b15c2b;
}
.bronzed {
color: #d76733;
}
.sunshade {
color: #f69b4c;
}
.sundance {
color: #f9c86c;
}
.open-sesame {
color: #f9e2a9;
}
/* CSS Variables */
:root {
--stirland-battlemire:#b15c2b;
--bronzed:#d76733;
--sunshade:#f69b4c;
--sundance:#f9c86c;
--open-sesame:#f9e2a9;
}