Color names in this palette
CSS code for this palette
/* CSS */
.aqua-blue {
color: #7cb7bb;
}
.blue-tint {
color: #a0d9d3;
}
.fine-blue {
color: #b4e4e0;
}
.diamond-league {
color: #d0f1f0;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--aqua-blue:#7cb7bb;
--blue-tint:#a0d9d3;
--fine-blue:#b4e4e0;
--diamond-league:#d0f1f0;
--bubbles:#e5ffff;
}