Color names in this palette
CSS code for this palette
/* CSS */
.mountbatten-pink {
color: #9b7d8b;
}
.pansy-posie {
color: #c0a5b7;
}
.pretty-pale {
color: #e4c8d4;
}
.nina {
color: #f6e4ea;
}
.sentimental-pink {
color: #f9f0f5;
}
/* CSS Variables */
:root {
--mountbatten-pink:#9b7d8b;
--pansy-posie:#c0a5b7;
--pretty-pale:#e4c8d4;
--nina:#f6e4ea;
--sentimental-pink:#f9f0f5;
}