Color names in this palette
CSS code for this palette
/* CSS */
.rhapsody-in-blue {
color: #00293d;
}
.terror-from-the-deep {
color: #1f4a6b;
}
.dark-denim-blue {
color: #003b4d;
}
.spirited-yellow {
color: #ffda85;
}
.kings-of-sea {
color: #2a8998;
}
/* CSS Variables */
:root {
--rhapsody-in-blue:#00293d;
--terror-from-the-deep:#1f4a6b;
--dark-denim-blue:#003b4d;
--spirited-yellow:#ffda85;
--kings-of-sea:#2a8998;
}