Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.celestial-cathedral {
color: #d8ebf8;
}
.silent-snowfall {
color: #eff7fb;
}
.white {
color: #ffffff;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--celestial-cathedral:#d8ebf8;
--silent-snowfall:#eff7fb;
--white:#ffffff;
--light-blue-glint:#a8d3e1;
}