Color names in this palette
CSS code for this palette
/* CSS */
.distant-wind-chime {
color: #e8f0f2;
}
.aquarelle-blue {
color: #c0e0e3;
}
.blue-glint {
color: #8fc8d6;
}
.aztec-sky {
color: #4bb7d8;
}
.germander-speedwell {
color: #0095c7;
}
/* CSS Variables */
:root {
--distant-wind-chime:#e8f0f2;
--aquarelle-blue:#c0e0e3;
--blue-glint:#8fc8d6;
--aztec-sky:#4bb7d8;
--germander-speedwell:#0095c7;
}