Color names in this palette
CSS code for this palette
/* CSS */
.vanishing {
color: #3d1051;
}
.true-purple {
color: #6a2c90;
}
.liberal-lilac {
color: #9b58b6;
}
.lavender-water {
color: #d1c6e1;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--vanishing:#3d1051;
--true-purple:#6a2c90;
--liberal-lilac:#9b58b6;
--lavender-water:#d1c6e1;
--snap-shot:#2b3d50;
}