Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d1e3ff;
}
.baby-blue {
color: #a3c8ff;
}
.fennel-flower {
color: #7a9eff;
}
.byzantine-night-blue {
color: #617dfa;
}
.blue-heath-butterfly {
color: #4d5eff;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d1e3ff;
--baby-blue:#a3c8ff;
--fennel-flower:#7a9eff;
--byzantine-night-blue:#617dfa;
--blue-heath-butterfly:#4d5eff;
}