Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1b398d;
}
.neptune-blue {
color: #2b5e9c;
}
.tropic {
color: #4a87b0;
}
.mirror-lake {
color: #79aacd;
}
.light-blue {
color: #afd8e4;
}
/* CSS Variables */
:root {
--navy-seal:#1b398d;
--neptune-blue:#2b5e9c;
--tropic:#4a87b0;
--mirror-lake:#79aacd;
--light-blue:#afd8e4;
}