Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-light-violet {
color: #cfc1d2;
}
.purple-pride {
color: #a175b3;
}
.hashita-purple {
color: #90608e;
}
.putty {
color: #cab06d;
}
.almost-pink {
color: #f1e2da;
}
/* CSS Variables */
:root {
--amethyst-light-violet:#cfc1d2;
--purple-pride:#a175b3;
--hashita-purple:#90608e;
--putty:#cab06d;
--almost-pink:#f1e2da;
}