Color names in this palette
CSS code for this palette
/* CSS */
.kobold-pink {
color: #f1d2d0;
}
.chantilly {
color: #eab8c7;
}
.exotic-lilac {
color: #d39cb4;
}
.royal-pretender {
color: #a168a1;
}
.cleopatra-s-gown {
color: #7a4f8c;
}
/* CSS Variables */
:root {
--kobold-pink:#f1d2d0;
--chantilly:#eab8c7;
--exotic-lilac:#d39cb4;
--royal-pretender:#a168a1;
--cleopatra-s-gown:#7a4f8c;
}