Color names in this palette
CSS code for this palette
/* CSS */
.dorset-naga {
color: #9a2d2f;
}
.strawberry-wine {
color: #c76b6d;
}
.white-acorn {
color: #daa98b;
}
.golden-opportunity {
color: #f9c16c;
}
.cafe-expreso {
color: #5e4b4a;
}
/* CSS Variables */
:root {
--dorset-naga:#9a2d2f;
--strawberry-wine:#c76b6d;
--white-acorn:#daa98b;
--golden-opportunity:#f9c16c;
--cafe-expreso:#5e4b4a;
}