Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-glitter {
color: #022bcf;
}
.blue-sparkle {
color: #0077ff;
}
.capri {
color: #00bfff;
}
.athena-blue {
color: #66d9ff;
}
.frozen-landscape {
color: #b3e4ff;
}
/* CSS Variables */
:root {
--sapphire-glitter:#022bcf;
--blue-sparkle:#0077ff;
--capri:#00bfff;
--athena-blue:#66d9ff;
--frozen-landscape:#b3e4ff;
}