Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.betsy {
color: #6dccdf;
}
.blue-raspberry-seed {
color: #39a0c6;
}
.bondi-blue {
color: #0096b8;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--betsy:#6dccdf;
--blue-raspberry-seed:#39a0c6;
--bondi-blue:#0096b8;
--turkish-tile:#007c9e;
}