Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.fitness-blue {
color: #5db7d0;
}
.dayflower {
color: #3c9ed7;
}
.cyan-cornflower-blue {
color: #1c8cc4;
}
.cloisonn {
color: #0a76a9;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--fitness-blue:#5db7d0;
--dayflower:#3c9ed7;
--cyan-cornflower-blue:#1c8cc4;
--cloisonn:#0a76a9;
}