Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1e1e5c;
}
.clematis-blue {
color: #3b3b8c;
}
.circumorbital-ring {
color: #5a5abf;
}
.hera-blue {
color: #8078f2;
}
.wild-aster {
color: #a53b87;
}
/* CSS Variables */
:root {
--spacescape:#1e1e5c;
--clematis-blue:#3b3b8c;
--circumorbital-ring:#5a5abf;
--hera-blue:#8078f2;
--wild-aster:#a53b87;
}