Color names in this palette
CSS code for this palette
/* CSS */
.galaxy-express {
color: #404a9c;
}
.purple-hyacinth {
color: #6d8dc0;
}
.lightning-bolt-blue {
color: #90b5e0;
}
.blue-rice {
color: #b4d9f3;
}
.alice-blue {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--galaxy-express:#404a9c;
--purple-hyacinth:#6d8dc0;
--lightning-bolt-blue:#90b5e0;
--blue-rice:#b4d9f3;
--alice-blue:#f0f7ff;
}