Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c3a4e5;
}
.soft-purple {
color: #a26eb4;
}
.passion-flower {
color: #6e509b;
}
.spanish-violet {
color: #4b2c81;
}
.cardinal-mauve {
color: #2c2a4b;
}
/* CSS Variables */
:root {
--silver-rust:#c3a4e5;
--soft-purple:#a26eb4;
--passion-flower:#6e509b;
--spanish-violet:#4b2c81;
--cardinal-mauve:#2c2a4b;
}