Color names in this palette
CSS code for this palette
/* CSS */
.new-violet {
color: #d6c2e0;
}
.mont-blanc {
color: #a2b7d7;
}
.blue-electress {
color: #6c9fcb;
}
.coelin-blue {
color: #4c8094;
}
.night-shift {
color: #2a5c65;
}
/* CSS Variables */
:root {
--new-violet:#d6c2e0;
--mont-blanc:#a2b7d7;
--blue-electress:#6c9fcb;
--coelin-blue:#4c8094;
--night-shift:#2a5c65;
}