Color names in this palette
CSS code for this palette
/* CSS */
.aviary-blue {
color: #c5e1e8;
}
.kul-sharif-blue {
color: #80d3fa;
}
.clean-pool {
color: #50c2f7;
}
.fantasy-console-sky {
color: #28b5f6;
}
.calgar-blue {
color: #0287cf;
}
/* CSS Variables */
:root {
--aviary-blue:#c5e1e8;
--kul-sharif-blue:#80d3fa;
--clean-pool:#50c2f7;
--fantasy-console-sky:#28b5f6;
--calgar-blue:#0287cf;
}