Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.malibu {
color: #6ab8e2;
}
.blue-raspberry-seed {
color: #3c9ec8;
}
.celadon-blue {
color: #007ba8;
}
.high-profile {
color: #005b85;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--malibu:#6ab8e2;
--blue-raspberry-seed:#3c9ec8;
--celadon-blue:#007ba8;
--high-profile:#005b85;
}