Color names in this palette
CSS code for this palette
/* CSS */
.windjammer {
color: #61a7e0;
}
.waimea-blue {
color: #4ba2d8;
}
.stratos-blue {
color: #3b97c9;
}
.bluish {
color: #2e7ab8;
}
.lapis-lazuli-blue {
color: #1e5e99;
}
/* CSS Variables */
:root {
--windjammer:#61a7e0;
--waimea-blue:#4ba2d8;
--stratos-blue:#3b97c9;
--bluish:#2e7ab8;
--lapis-lazuli-blue:#1e5e99;
}