Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #3a1f7a;
}
.daisy-bush {
color: #5b3e8e;
}
.jubilee {
color: #7b5b9f;
}
.heart-potion {
color: #a97bb2;
}
.violet-kiss {
color: #efa4d5;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#3a1f7a;
--daisy-bush:#5b3e8e;
--jubilee:#7b5b9f;
--heart-potion:#a97bb2;
--violet-kiss:#efa4d5;
}