Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #dabaf2;
}
.wisteria {
color: #a680bc;
}
.daisy-bush {
color: #5c3f8d;
}
.explorer-of-the-galaxies {
color: #3b1c6d;
}
.praise-of-shadow {
color: #1f0f4d;
}
/* CSS Variables */
:root {
--pink-illusion:#dabaf2;
--wisteria:#a680bc;
--daisy-bush:#5c3f8d;
--explorer-of-the-galaxies:#3b1c6d;
--praise-of-shadow:#1f0f4d;
}