Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1a8fc1;
}
.sail-away {
color: #4cb4e1;
}
.middle-blue {
color: #7ed2e7;
}
.blizzard-blue {
color: #a3e8f0;
}
.pale-blue {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1a8fc1;
--sail-away:#4cb4e1;
--middle-blue:#7ed2e7;
--blizzard-blue:#a3e8f0;
--pale-blue:#d1f9ff;
}