Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.mallorca-blue {
color: #4e7a97;
}
.estuary-blue {
color: #6da7b6;
}
.maiden-voyage {
color: #8ac9d6;
}
.everest {
color: #9ee2e5;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--mallorca-blue:#4e7a97;
--estuary-blue:#6da7b6;
--maiden-voyage:#8ac9d6;
--everest:#9ee2e5;
}