Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d6e5ff;
}
.pastel-blue {
color: #a3c2ff;
}
.fennel-flower {
color: #6b9fff;
}
.lightish-blue {
color: #3d7eff;
}
.bnei-brak-bay {
color: #2a5dd5;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d6e5ff;
--pastel-blue:#a3c2ff;
--fennel-flower:#6b9fff;
--lightish-blue:#3d7eff;
--bnei-brak-bay:#2a5dd5;
}