Color names in this palette
CSS code for this palette
/* CSS */
.stirland-battlemire {
color: #ae5a2d;
}
.opulent {
color: #d8852c;
}
.golden-lion {
color: #f1c86f;
}
.novelle-peach {
color: #e5c5b3;
}
.brushwood {
color: #895a39;
}
/* CSS Variables */
:root {
--stirland-battlemire:#ae5a2d;
--opulent:#d8852c;
--golden-lion:#f1c86f;
--novelle-peach:#e5c5b3;
--brushwood:#895a39;
}