Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.milky-lavender {
color: #afa1d3;
}
.amethyst-grey {
color: #8e85c1;
}
.inner-journey {
color: #6b67a8;
}
.beaded-blue {
color: #4b4c8b;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--milky-lavender:#afa1d3;
--amethyst-grey:#8e85c1;
--inner-journey:#6b67a8;
--beaded-blue:#4b4c8b;
}