Color names in this palette
CSS code for this palette
/* CSS */
.florida-waters {
color: #2b4b88;
}
.aleutian-isle {
color: #4c7ca9;
}
.air-superiority-blue {
color: #73a0c4;
}
.caribbean-coast {
color: #95c5df;
}
.new-heights {
color: #cfe4f2;
}
/* CSS Variables */
:root {
--florida-waters:#2b4b88;
--aleutian-isle:#4c7ca9;
--air-superiority-blue:#73a0c4;
--caribbean-coast:#95c5df;
--new-heights:#cfe4f2;
}