Color names in this palette
CSS code for this palette
/* CSS */
.wizard-white {
color: #e2f2fd;
}
.sweet-dreams {
color: #9fc4e9;
}
.alaskan-ice {
color: #7ea1c4;
}
.seljuk-blue {
color: #4387f4;
}
.blue-oblivion {
color: #1f3d89;
}
/* CSS Variables */
:root {
--wizard-white:#e2f2fd;
--sweet-dreams:#9fc4e9;
--alaskan-ice:#7ea1c4;
--seljuk-blue:#4387f4;
--blue-oblivion:#1f3d89;
}