Color names in this palette
CSS code for this palette
/* CSS */
.weathered-blue {
color: #d1e1f5;
}
.sea-cliff {
color: #a3c6e0;
}
.ocean-tropic {
color: #6ba5d1;
}
.atlantic-gull {
color: #4b8caf;
}
.dark-blue {
color: #2e5f7f;
}
/* CSS Variables */
:root {
--weathered-blue:#d1e1f5;
--sea-cliff:#a3c6e0;
--ocean-tropic:#6ba5d1;
--atlantic-gull:#4b8caf;
--dark-blue:#2e5f7f;
}