Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3c2d4d;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
.thimble-red {
color: #a35c8b;
}
.mesquite-powder {
color: #e2c9b1;
}
.milky-maize {
color: #f7d7a1;
}
/* CSS Variables */
:root {
--jagger:#3c2d4d;
--cabbage-blossom-violet:#6e4d7a;
--thimble-red:#a35c8b;
--mesquite-powder:#e2c9b1;
--milky-maize:#f7d7a1;
}