Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.mystical {
color: #6e5a81;
}
.divine {
color: #9c7ca2;
}
.tsarina {
color: #d1b3c6;
}
.marshmallow-rose {
color: #f7e3e7;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--mystical:#6e5a81;
--divine:#9c7ca2;
--tsarina:#d1b3c6;
--marshmallow-rose:#f7e3e7;
}