Color names in this palette
CSS code for this palette
/* CSS */
.postwar-boom {
color: #4a6f96;
}
.alaskan-ice {
color: #7d9dc5;
}
.artesian-pool {
color: #a3c2e0;
}
.snowdrift-glow {
color: #d6e3f0;
}
.m-white {
color: #f4f7fb;
}
/* CSS Variables */
:root {
--postwar-boom:#4a6f96;
--alaskan-ice:#7d9dc5;
--artesian-pool:#a3c2e0;
--snowdrift-glow:#d6e3f0;
--m-white:#f4f7fb;
}