Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b0e0;
}
.neon-nazar {
color: #4bd4e7;
}
.blizzard-blue {
color: #a4e1f4;
}
.winter-s-day {
color: #e1f8fe;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--blue-atoll:#00b0e0;
--neon-nazar:#4bd4e7;
--blizzard-blue:#a4e1f4;
--winter-s-day:#e1f8fe;
}