Color names in this palette
CSS code for this palette
/* CSS */
.purple-pennant {
color: #4a2b4a;
}
.grapes-of-italy {
color: #6e4b8b;
}
.lush-lilac {
color: #9f7cb6;
}
.tropical-violet {
color: #d2a6e3;
}
.columbine {
color: #f5dbe2;
}
/* CSS Variables */
:root {
--purple-pennant:#4a2b4a;
--grapes-of-italy:#6e4b8b;
--lush-lilac:#9f7cb6;
--tropical-violet:#d2a6e3;
--columbine:#f5dbe2;
}