Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #3f1b79;
}
.true-purple {
color: #6f2c90;
}
.liberal-lilac {
color: #9b58b6;
}
.majestic-magenta {
color: #e84a8c;
}
.rise-n-shine {
color: #fbc532;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#3f1b79;
--true-purple:#6f2c90;
--liberal-lilac:#9b58b6;
--majestic-magenta:#e84a8c;
--rise-n-shine:#fbc532;
}