Color names in this palette
CSS code for this palette
/* CSS */
.nautical {
color: #2f4b7f;
}
.zenith {
color: #497c9c;
}
.frisky-blue {
color: #78b0c9;
}
.luminescent-blue {
color: #a1dfe8;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--nautical:#2f4b7f;
--zenith:#497c9c;
--frisky-blue:#78b0c9;
--luminescent-blue:#a1dfe8;
--dr-white:#fafafa;
}