Color names in this palette
CSS code for this palette
/* CSS */
.rhapsody-in-blue {
color: #00293d;
}
.captain-blue {
color: #004f70;
}
.turkish-tile {
color: #007c9e;
}
.epimetheus {
color: #4bb5d2;
}
.powder-blue {
color: #b1dfe7;
}
/* CSS Variables */
:root {
--rhapsody-in-blue:#00293d;
--captain-blue:#004f70;
--turkish-tile:#007c9e;
--epimetheus:#4bb5d2;
--powder-blue:#b1dfe7;
}