Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3f5b;
}
.sea-hunter {
color: #1f5a7a;
}
.winter-time {
color: #3c8b9f;
}
.delicate-girl-blue {
color: #6ab4c8;
}
.everest {
color: #9ce3df;
}
/* CSS Variables */
:root {
--capital-blue:#1a3f5b;
--sea-hunter:#1f5a7a;
--winter-time:#3c8b9f;
--delicate-girl-blue:#6ab4c8;
--everest:#9ce3df;
}