Color names in this palette
CSS code for this palette
/* CSS */
.hailstorm {
color: #d1d2e1;
}
.awesome-violet {
color: #a6b1d3;
}
.moonshade {
color: #5e6d9c;
}
.beaded-blue {
color: #4a4e8c;
}
.mystification {
color: #2a396f;
}
/* CSS Variables */
:root {
--hailstorm:#d1d2e1;
--awesome-violet:#a6b1d3;
--moonshade:#5e6d9c;
--beaded-blue:#4a4e8c;
--mystification:#2a396f;
}