Color names in this palette
CSS code for this palette
/* CSS */
.deep-amethyst {
color: #5c2d8b;
}
.purple-pleasures {
color: #7c4c9e;
}
.soft-purple {
color: #a56cbc;
}
.rosecco {
color: #eab8e4;
}
.grape-taffy {
color: #f3d9f7;
}
/* CSS Variables */
:root {
--deep-amethyst:#5c2d8b;
--purple-pleasures:#7c4c9e;
--soft-purple:#a56cbc;
--rosecco:#eab8e4;
--grape-taffy:#f3d9f7;
}