Color names in this palette
CSS code for this palette
/* CSS */
.grape-illusion {
color: #b0a6d9;
}
.melrose {
color: #c6b3e0;
}
.pretty-pale {
color: #e4c8d4;
}
.almost-pink {
color: #f1e4da;
}
.best-beige {
color: #c5b59b;
}
/* CSS Variables */
:root {
--grape-illusion:#b0a6d9;
--melrose:#c6b3e0;
--pretty-pale:#e4c8d4;
--almost-pink:#f1e4da;
--best-beige:#c5b59b;
}