Color names in this palette
CSS code for this palette
/* CSS */
.delos-blue {
color: #1a9bc7;
}
.aztec-sky {
color: #4cb6d6;
}
.middle-blue {
color: #7dd1e8;
}
.ocean-front {
color: #b7e2f0;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--delos-blue:#1a9bc7;
--aztec-sky:#4cb6d6;
--middle-blue:#7dd1e8;
--ocean-front:#b7e2f0;
--cotton-ball:#f3f9fc;
}