Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1f1f89;
}
.circumorbital-ring {
color: #5a5abf;
}
.dull-lavender {
color: #a1a1e3;
}
.bone-white {
color: #f1e1b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--nightly-expedition:#1f1f89;
--circumorbital-ring:#5a5abf;
--dull-lavender:#a1a1e3;
--bone-white:#f1e1b1;
--grapefruit-pulp:#ff6e61;
}