Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d6e4ff;
}
.pastel-blue {
color: #a3c0ff;
}
.fennel-flower {
color: #6b9cff;
}
.blue-oyster-cult {
color: #507fed;
}
.cerulean-blue {
color: #2a56c6;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d6e4ff;
--pastel-blue:#a3c0ff;
--fennel-flower:#6b9cff;
--blue-oyster-cult:#507fed;
--cerulean-blue:#2a56c6;
}