Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.vanadyl-blue {
color: #00a5e0;
}
.electric-lemonade {
color: #5dd6e9;
}
.blizzard-blue {
color: #9fe7f4;
}
.azure-sky {
color: #b2e2f5;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--vanadyl-blue:#00a5e0;
--electric-lemonade:#5dd6e9;
--blizzard-blue:#9fe7f4;
--azure-sky:#b2e2f5;
}