Color names in this palette
CSS code for this palette
/* CSS */
.meadow-violet {
color: #7b4f82;
}
.mauve-memento {
color: #a46a93;
}
.exotic-lilac {
color: #d39cb4;
}
.in-the-pink {
color: #f2c5d2;
}
.hu-ng-j-n-zh-u-gold {
color: #f8d968;
}
/* CSS Variables */
:root {
--meadow-violet:#7b4f82;
--mauve-memento:#a46a93;
--exotic-lilac:#d39cb4;
--in-the-pink:#f2c5d2;
--hu-ng-j-n-zh-u-gold:#f8d968;
}