Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4b4b8b;
}
.dusted-peri {
color: #6b6b9e;
}
.opulent-violet {
color: #9f9fc6;
}
.hailstorm {
color: #cfcfe2;
}
.m-white {
color: #f5f5ff;
}
/* CSS Variables */
:root {
--beaded-blue:#4b4b8b;
--dusted-peri:#6b6b9e;
--opulent-violet:#9f9fc6;
--hailstorm:#cfcfe2;
--m-white:#f5f5ff;
}