Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d2;
}
.sultan-of-pink {
color: #e79cc3;
}
.high-maintenance {
color: #d68ab0;
}
.berry-popsicle {
color: #d4a1cf;
}
.purception {
color: #c68bda;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d2;
--sultan-of-pink:#e79cc3;
--high-maintenance:#d68ab0;
--berry-popsicle:#d4a1cf;
--purception:#c68bda;
}