Color names in this palette
CSS code for this palette
/* CSS */
.florida-waters {
color: #2b4a88;
}
.boat-house {
color: #4e8bc1;
}
.astral-spirit {
color: #92c2e8;
}
.fresh-air {
color: #a8e6ff;
}
.alice-blue {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--florida-waters:#2b4a88;
--boat-house:#4e8bc1;
--astral-spirit:#92c2e8;
--fresh-air:#a8e6ff;
--alice-blue:#f0f7ff;
}