Color names in this palette
CSS code for this palette
/* CSS */
.powerful-violet {
color: #3a1d4e;
}
.lords-of-the-night {
color: #6a3e84;
}
.crown-jewels {
color: #9969b0;
}
.think-pink {
color: #e8a1c1;
}
.baby-steps {
color: #f4c8d8;
}
/* CSS Variables */
:root {
--powerful-violet:#3a1d4e;
--lords-of-the-night:#6a3e84;
--crown-jewels:#9969b0;
--think-pink:#e8a1c1;
--baby-steps:#f4c8d8;
}