Color names in this palette
CSS code for this palette
/* CSS */
.kul-sharif-blue {
color: #80d3f4;
}
.clean-pool {
color: #4bb5e7;
}
.blue-damselfly {
color: #2c9fd8;
}
.germander-speedwell {
color: #0095c7;
}
.biloxi-blue {
color: #0077b8;
}
/* CSS Variables */
:root {
--kul-sharif-blue:#80d3f4;
--clean-pool:#4bb5e7;
--blue-damselfly:#2c9fd8;
--germander-speedwell:#0095c7;
--biloxi-blue:#0077b8;
}