Color names in this palette
CSS code for this palette
/* CSS */
.singing-blue {
color: #0075a3;
}
.summer-air {
color: #3db1d1;
}
.turquoise-sea {
color: #6dd4e8;
}
.blizzard-blue {
color: #a2e8f1;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--singing-blue:#0075a3;
--summer-air:#3db1d1;
--turquoise-sea:#6dd4e8;
--blizzard-blue:#a2e8f1;
--lynx-white:#f6f8f8;
}