Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.sea-loch {
color: #6e9cd8;
}
.waterline-blue {
color: #3d6aae;
}
.slumber {
color: #2b4e78;
}
.capital-blue {
color: #1a3d5b;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--sea-loch:#6e9cd8;
--waterline-blue:#3d6aae;
--slumber:#2b4e78;
--capital-blue:#1a3d5b;
}