Color names in this palette
CSS code for this palette
/* CSS */
.ballet-white {
color: #f2e5d9;
}
.mornington {
color: #dbc6b8;
}
.familiar-beige {
color: #c9b4a1;
}
.rose-tea {
color: #b48e92;
}
.mauve-a-lish {
color: #8d686c;
}
/* CSS Variables */
:root {
--ballet-white:#f2e5d9;
--mornington:#dbc6b8;
--familiar-beige:#c9b4a1;
--rose-tea:#b48e92;
--mauve-a-lish:#8d686c;
}