Color names in this palette
CSS code for this palette
/* CSS */
.wizard-white {
color: #e0f2ff;
}
.baby-blue {
color: #9ed3ff;
}
.blue-chaos {
color: #4d9dff;
}
.blue-sparkle {
color: #0077ff;
}
.london-rain {
color: #0059b3;
}
/* CSS Variables */
:root {
--wizard-white:#e0f2ff;
--baby-blue:#9ed3ff;
--blue-chaos:#4d9dff;
--blue-sparkle:#0077ff;
--london-rain:#0059b3;
}