Color names in this palette
CSS code for this palette
/* CSS */
.singing-blue {
color: #0075a3;
}
.munsell-blue {
color: #0092b3;
}
.iris-blue {
color: #00b0c7;
}
.jade-glass {
color: #00cfd6;
}
.thousand-sons-blue {
color: #00e2e6;
}
/* CSS Variables */
:root {
--singing-blue:#0075a3;
--munsell-blue:#0092b3;
--iris-blue:#00b0c7;
--jade-glass:#00cfd6;
--thousand-sons-blue:#00e2e6;
}