Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lilac {
color: #a397b4;
}
.berry-frapp {
color: #b19fc6;
}
.pretty-petunia {
color: #d1b3e0;
}
.sky-blue-pink {
color: #d9c2e5;
}
.minute-mauve {
color: #f2e2f3;
}
/* CSS Variables */
:root {
--heirloom-lilac:#a397b4;
--berry-frapp:#b19fc6;
--pretty-petunia:#d1b3e0;
--sky-blue-pink:#d9c2e5;
--minute-mauve:#f2e2f3;
}