Color names in this palette
CSS code for this palette
/* CSS */
.meadow-phlox {
color: #a8b1c7;
}
.lucid-blue {
color: #7b8d9d;
}
.ballroom-blue {
color: #a6b4c9;
}
.new-heights {
color: #d3e6f3;
}
.blue-antarctic {
color: #497a9c;
}
/* CSS Variables */
:root {
--meadow-phlox:#a8b1c7;
--lucid-blue:#7b8d9d;
--ballroom-blue:#a6b4c9;
--new-heights:#d3e6f3;
--blue-antarctic:#497a9c;
}