Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d1e6ff;
}
.airborne {
color: #a1c1d4;
}
.lagoon-blue {
color: #7da2b5;
}
.hippie-blue {
color: #4b8b9b;
}
.dark-slate-blue {
color: #1d4a5d;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d1e6ff;
--airborne:#a1c1d4;
--lagoon-blue:#7da2b5;
--hippie-blue:#4b8b9b;
--dark-slate-blue:#1d4a5d;
}