Color names in this palette
CSS code for this palette
/* CSS */
.perfume-haze {
color: #f1e8f8;
}
.perfume {
color: #bfafe4;
}
.violet-frog {
color: #8d6db6;
}
.purple-corallite {
color: #5c4c94;
}
.her-highness {
color: #3b2a6f;
}
/* CSS Variables */
:root {
--perfume-haze:#f1e8f8;
--perfume:#bfafe4;
--violet-frog:#8d6db6;
--purple-corallite:#5c4c94;
--her-highness:#3b2a6f;
}