Color names in this palette
CSS code for this palette
/* CSS */
.burgundy-wine {
color: #6d403c;
}
.western-red {
color: #9b6a59;
}
.white-acorn {
color: #daa98b;
}
.silver-strawberry {
color: #f3bfbf;
}
.outrageous-orange {
color: #fb6b4b;
}
/* CSS Variables */
:root {
--burgundy-wine:#6d403c;
--western-red:#9b6a59;
--white-acorn:#daa98b;
--silver-strawberry:#f3bfbf;
--outrageous-orange:#fb6b4b;
}