Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d6a1e8;
}
.middy-s-purple {
color: #a38fe0;
}
.tanzine {
color: #7c7bdb;
}
.baby-tears {
color: #60b9d7;
}
.empress-envy {
color: #2ca0a0;
}
/* CSS Variables */
:root {
--bright-ube:#d6a1e8;
--middy-s-purple:#a38fe0;
--tanzine:#7c7bdb;
--baby-tears:#60b9d7;
--empress-envy:#2ca0a0;
}