Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2d39;
}
.romantic-embers {
color: #b03b4c;
}
.o-brien-orange {
color: #f5a747;
}
.salmon-eggs {
color: #f4d35d;
}
.grecian-gold {
color: #9e7e57;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2d39;
--romantic-embers:#b03b4c;
--o-brien-orange:#f5a747;
--salmon-eggs:#f4d35d;
--grecian-gold:#9e7e57;
}