Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1a73b7;
}
.waimea-blue {
color: #4a9dd9;
}
.undercool {
color: #7bc3e0;
}
.blizzard-blue {
color: #a3e1f0;
}
.pale-blue {
color: #d1f6ff;
}
/* CSS Variables */
:root {
--beautiful-blue:#1a73b7;
--waimea-blue:#4a9dd9;
--undercool:#7bc3e0;
--blizzard-blue:#a3e1f0;
--pale-blue:#d1f6ff;
}