Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1c103c;
}
.explorer-of-the-galaxies {
color: #3d1a75;
}
.daisy-bush {
color: #5f3a92;
}
.harley-hair-purple {
color: #8a4bbe;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--prune-plum:#1c103c;
--explorer-of-the-galaxies:#3d1a75;
--daisy-bush:#5f3a92;
--harley-hair-purple:#8a4bbe;
--lemon-dream:#f0a400;
}