Color names in this palette
CSS code for this palette
/* CSS */
.oxford {
color: #b1bac3;
}
.blue-pot {
color: #a2b3c3;
}
.elegant-ivory {
color: #f1e6d5;
}
.italian-clay {
color: #d5997b;
}
.strawberry-wine {
color: #c76b6d;
}
/* CSS Variables */
:root {
--oxford:#b1bac3;
--blue-pot:#a2b3c3;
--elegant-ivory:#f1e6d5;
--italian-clay:#d5997b;
--strawberry-wine:#c76b6d;
}