Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2d3b;
}
.beef-jerky {
color: #a05a64;
}
.shanghai-peach {
color: #d69a8f;
}
.peach-temptation {
color: #f1c4b1;
}
.bridesmaid {
color: #fae6e0;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2d3b;
--beef-jerky:#a05a64;
--shanghai-peach:#d69a8f;
--peach-temptation:#f1c4b1;
--bridesmaid:#fae6e0;
}