Color names in this palette
CSS code for this palette
/* CSS */
.purification {
color: #c3dae9;
}
.windsor-way {
color: #a1c7e3;
}
.dun-morogh-blue {
color: #82b2d9;
}
.blueberry-soft-blue {
color: #5d98c6;
}
.beijing-blue {
color: #3f7cab;
}
/* CSS Variables */
:root {
--purification:#c3dae9;
--windsor-way:#a1c7e3;
--dun-morogh-blue:#82b2d9;
--blueberry-soft-blue:#5d98c6;
--beijing-blue:#3f7cab;
}