Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.blue-charm {
color: #7fc4d7;
}
.maui-blue {
color: #4ea0b7;
}
.waikiki {
color: #248a9e;
}
.saxony-blue {
color: #1e6a8a;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--blue-charm:#7fc4d7;
--maui-blue:#4ea0b7;
--waikiki:#248a9e;
--saxony-blue:#1e6a8a;
}