Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.blair {
color: #a1c2e3;
}
.alaskan-ice {
color: #7da1c5;
}
.zenith {
color: #497b9c;
}
.celestial-blue {
color: #2a4a6a;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--blair:#a1c2e3;
--alaskan-ice:#7da1c5;
--zenith:#497b9c;
--celestial-blue:#2a4a6a;
}