Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4e8dc1;
}
.mega-blue {
color: #3b6ea5;
}
.florida-waters {
color: #2b4b88;
}
.passionate-blue {
color: #1d3867;
}
.ultramarine-violet {
color: #1a2c56;
}
/* CSS Variables */
:root {
--boat-house:#4e8dc1;
--mega-blue:#3b6ea5;
--florida-waters:#2b4b88;
--passionate-blue:#1d3867;
--ultramarine-violet:#1a2c56;
}