Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d1c7e0;
}
.heart-potion {
color: #a67cb1;
}
.champion {
color: #7a5c8a;
}
.violethargic {
color: #5b2a6f;
}
.prestige-mauve {
color: #511f3b;
}
/* CSS Variables */
:root {
--lavender-water:#d1c7e0;
--heart-potion:#a67cb1;
--champion:#7a5c8a;
--violethargic:#5b2a6f;
--prestige-mauve:#511f3b;
}