CSS code for this palette
/* CSS */
.purity {
color: #d4c9e3;
}
.high-style {
color: #a6b4d8;
}
.blue-cue {
color: #80a0db;
}
.blue-dart {
color: #4d8ad1;
}
.matt-blue {
color: #2b6eb6;
}
/* CSS Variables */
:root {
--purity:#d4c9e3;
--high-style:#a6b4d8;
--blue-cue:#80a0db;
--blue-dart:#4d8ad1;
--matt-blue:#2b6eb6;
}