Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4a2d6c;
}
.magenta-violet {
color: #6a4e8d;
}
.purple-mountains-majesty {
color: #9a7ebe;
}
.pretty-petunia {
color: #d3b3e0;
}
.scented-spring {
color: #f2d2f4;
}
/* CSS Variables */
:root {
--violet-indigo:#4a2d6c;
--magenta-violet:#6a4e8d;
--purple-mountains-majesty:#9a7ebe;
--pretty-petunia:#d3b3e0;
--scented-spring:#f2d2f4;
}