Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.sage-violet {
color: #4a3d7b;
}
.plum-power {
color: #7d5b8b;
}
.lavendless {
color: #b57ac2;
}
.pink-marshmallow {
color: #f1b1d2;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--sage-violet:#4a3d7b;
--plum-power:#7d5b8b;
--lavendless:#b57ac2;
--pink-marshmallow:#f1b1d2;
}