Color names in this palette
CSS code for this palette
/* CSS */
.galaxy-express {
color: #3c3e9a;
}
.circumorbital-ring {
color: #5a5bbf;
}
.portage {
color: #8a8fdb;
}
.maximum-blue-purple {
color: #b1b1e7;
}
.lavender-mist {
color: #e5e5ff;
}
/* CSS Variables */
:root {
--galaxy-express:#3c3e9a;
--circumorbital-ring:#5a5bbf;
--portage:#8a8fdb;
--maximum-blue-purple:#b1b1e7;
--lavender-mist:#e5e5ff;
}