Color names in this palette
CSS code for this palette
/* CSS */
.blue-sparkle {
color: #0077ff;
}
.starfleet-blue {
color: #0091ff;
}
.sky-of-magritte {
color: #00a1ff;
}
.hawaii-morning {
color: #00b7ff;
}
.vivid-sky-blue {
color: #00c8ff;
}
/* CSS Variables */
:root {
--blue-sparkle:#0077ff;
--starfleet-blue:#0091ff;
--sky-of-magritte:#00a1ff;
--hawaii-morning:#00b7ff;
--vivid-sky-blue:#00c8ff;
}