Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b2e0;
}
.legendary-lavender {
color: #a460d2;
}
.purple-corallite {
color: #5a4f8c;
}
.perky {
color: #3e8e7f;
}
.peach-damask {
color: #f8c6a5;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b2e0;
--legendary-lavender:#a460d2;
--purple-corallite:#5a4f8c;
--perky:#3e8e7f;
--peach-damask:#f8c6a5;
}