Color names in this palette
CSS code for this palette
/* CSS */
.india-ink {
color: #3b3c4e;
}
.men-s-night {
color: #5f5e73;
}
.gentle-grape {
color: #908d9a;
}
.stately-frills {
color: #c6b9c5;
}
.melanie {
color: #e1b7c3;
}
/* CSS Variables */
:root {
--india-ink:#3b3c4e;
--men-s-night:#5f5e73;
--gentle-grape:#908d9a;
--stately-frills:#c6b9c5;
--melanie:#e1b7c3;
}