Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1f1f5c;
}
.clematis-blue {
color: #3b3b8c;
}
.circumorbital-ring {
color: #5a5abf;
}
.adora {
color: #8c8cd4;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--spacescape:#1f1f5c;
--clematis-blue:#3b3b8c;
--circumorbital-ring:#5a5abf;
--adora:#8c8cd4;
--foundation-white:#f0f0ff;
}