Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #7b4c9a;
}
.crown-jewels {
color: #9b6bb3;
}
.silver-rust {
color: #c3a3e0;
}
.dream-land {
color: #e9b4e7;
}
.spanish-violet {
color: #4c1d7c;
}
/* CSS Variables */
:root {
--parfait-d-amour:#7b4c9a;
--crown-jewels:#9b6bb3;
--silver-rust:#c3a3e0;
--dream-land:#e9b4e7;
--spanish-violet:#4c1d7c;
}