Color names in this palette
CSS code for this palette
/* CSS */
.icicle-veil {
color: #d9e6f2;
}
.template {
color: #a6c8e2;
}
.meadow-blossom-blue {
color: #76b3d6;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
.mosaic-blue {
color: #007e94;
}
/* CSS Variables */
:root {
--icicle-veil:#d9e6f2;
--template:#a6c8e2;
--meadow-blossom-blue:#76b3d6;
--cyan-cornflower-blue:#1e8cc2;
--mosaic-blue:#007e94;
}