Color names in this palette
CSS code for this palette
/* CSS */
.purification {
color: #c3dae9;
}
.mont-blanc {
color: #a0b8d9;
}
.cerulean-frost {
color: #6f9dc3;
}
.ashton-blue {
color: #4a7eba;
}
.make-up-blue {
color: #2f5e8e;
}
/* CSS Variables */
:root {
--purification:#c3dae9;
--mont-blanc:#a0b8d9;
--cerulean-frost:#6f9dc3;
--ashton-blue:#4a7eba;
--make-up-blue:#2f5e8e;
}