Color names in this palette
CSS code for this palette
/* CSS */
.tobermory {
color: #d49b9b;
}
.creamy-gelato {
color: #f1e2c6;
}
.elemental-tan {
color: #c9b89c;
}
.antique-fuchsia {
color: #8e5d83;
}
.windsor-wine {
color: #5c2d3b;
}
/* CSS Variables */
:root {
--tobermory:#d49b9b;
--creamy-gelato:#f1e2c6;
--elemental-tan:#c9b89c;
--antique-fuchsia:#8e5d83;
--windsor-wine:#5c2d3b;
}