Color names in this palette
CSS code for this palette
/* CSS */
.rhapsody-in-blue {
color: #002142;
}
.captain-blue {
color: #004f70;
}
.turkish-tile {
color: #007e9e;
}
.iris-blue {
color: #00b0c7;
}
.cold-light-of-day {
color: #00e4f0;
}
/* CSS Variables */
:root {
--rhapsody-in-blue:#002142;
--captain-blue:#004f70;
--turkish-tile:#007e9e;
--iris-blue:#00b0c7;
--cold-light-of-day:#00e4f0;
}