Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3f2c4e;
}
.pure-mauve {
color: #6a4c94;
}
.wisteria {
color: #a77ccb;
}
.classic-rose {
color: #f6c6e8;
}
.stellar-strawberry {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--jagger:#3f2c4e;
--pure-mauve:#6a4c94;
--wisteria:#a77ccb;
--classic-rose:#f6c6e8;
--stellar-strawberry:#ff5c8d;
}