Color names in this palette
CSS code for this palette
/* CSS */
.magic-night {
color: #3b3d59;
}
.dark-prince {
color: #696e8c;
}
.wisteria-light-soft-blue {
color: #a6a9c9;
}
.air-castle {
color: #d5d2ef;
}
.eau-de-rose {
color: #e1b7d2;
}
/* CSS Variables */
:root {
--magic-night:#3b3d59;
--dark-prince:#696e8c;
--wisteria-light-soft-blue:#a6a9c9;
--air-castle:#d5d2ef;
--eau-de-rose:#e1b7d2;
}