Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.storm-blue {
color: #507d9b;
}
.dove-tail {
color: #8eb2c7;
}
.first-frost {
color: #d1e6f0;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--storm-blue:#507d9b;
--dove-tail:#8eb2c7;
--first-frost:#d1e6f0;
--everlasting-ice:#f5fafa;
}