Color names in this palette
CSS code for this palette
/* CSS */
.transparent-blue {
color: #d6e1ff;
}
.pastel-blue {
color: #a3c3ff;
}
.fennel-flower {
color: #6b9cff;
}
.blue-heath-butterfly {
color: #4d5eff;
}
.galaxy-express {
color: #3c3e9a;
}
/* CSS Variables */
:root {
--transparent-blue:#d6e1ff;
--pastel-blue:#a3c3ff;
--fennel-flower:#6b9cff;
--blue-heath-butterfly:#4d5eff;
--galaxy-express:#3c3e9a;
}