Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a360be;
}
.distinct-purple {
color: #a38ec7;
}
.grape-illusion {
color: #b4a2d7;
}
.glittering-gemstone {
color: #e1c2e5;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--prickly-purple:#a360be;
--distinct-purple:#a38ec7;
--grape-illusion:#b4a2d7;
--glittering-gemstone:#e1c2e5;
--rosecco:#eab8e4;
}