Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c29fd1;
}
.soft-purple {
color: #a26eb4;
}
.purple-sapphire {
color: #7c4a96;
}
.foggy-amethyst {
color: #592f7f;
}
.explorer-of-the-galaxies {
color: #3c1e6c;
}
/* CSS Variables */
:root {
--lilac-lace:#c29fd1;
--soft-purple:#a26eb4;
--purple-sapphire:#7c4a96;
--foggy-amethyst:#592f7f;
--explorer-of-the-galaxies:#3c1e6c;
}