Color names in this palette
CSS code for this palette
/* CSS */
.dorset-naga {
color: #9a2d2f;
}
.tuscan-russet {
color: #713d3e;
}
.blue-sash {
color: #4a4d59;
}
.bermuda-onion {
color: #a05a8d;
}
.country-cottage {
color: #d8bfb6;
}
/* CSS Variables */
:root {
--dorset-naga:#9a2d2f;
--tuscan-russet:#713d3e;
--blue-sash:#4a4d59;
--bermuda-onion:#a05a8d;
--country-cottage:#d8bfb6;
}