Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7e3c8b;
}
.pearly-purple {
color: #b86ba5;
}
.violet-kiss {
color: #f1a7d5;
}
.citrus-sachet {
color: #f4c9a4;
}
.aspen-yellow {
color: #f5df9e;
}
/* CSS Variables */
:root {
--dull-violet:#7e3c8b;
--pearly-purple:#b86ba5;
--violet-kiss:#f1a7d5;
--citrus-sachet:#f4c9a4;
--aspen-yellow:#f5df9e;
}