Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.hawaiian-breeze {
color: #76c5e0;
}
.aztec-sky {
color: #4ab7d9;
}
.celestine-spring {
color: #1fa2c7;
}
.mosaic-blue {
color: #007b94;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--hawaiian-breeze:#76c5e0;
--aztec-sky:#4ab7d9;
--celestine-spring:#1fa2c7;
--mosaic-blue:#007b94;
}