Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d4c5e2;
}
.high-style {
color: #a9b1d6;
}
.lupine-blue {
color: #6b93b8;
}
.indigo-navy-blue {
color: #4f6187;
}
.celestial-blue {
color: #2d4c6c;
}
/* CSS Variables */
:root {
--purity:#d4c5e2;
--high-style:#a9b1d6;
--lupine-blue:#6b93b8;
--indigo-navy-blue:#4f6187;
--celestial-blue:#2d4c6c;
}