Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.royal-raul {
color: #8d7ab8;
}
.milky-lavender {
color: #aea0d4;
}
.periwinkle-bud {
color: #b3c2e0;
}
.glitter {
color: #e5e8ff;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--royal-raul:#8d7ab8;
--milky-lavender:#aea0d4;
--periwinkle-bud:#b3c2e0;
--glitter:#e5e8ff;
}