Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1f4f8e;
}
.blue-tourmaline {
color: #499ad0;
}
.horizon-haze {
color: #7fc4e6;
}
.blizzard-blue {
color: #9fe0f4;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--sweat-bee:#1f4f8e;
--blue-tourmaline:#499ad0;
--horizon-haze:#7fc4e6;
--blizzard-blue:#9fe0f4;
--pale-blue:#d1f7ff;
}