Color names in this palette
CSS code for this palette
/* CSS */
.exotic-purple {
color: #6a4f78;
}
.choral-singer {
color: #b67c93;
}
.think-pink {
color: #e6a7c3;
}
.sand-island {
color: #f4d1c3;
}
.lemon-ice-yellow {
color: #f5e2a8;
}
/* CSS Variables */
:root {
--exotic-purple:#6a4f78;
--choral-singer:#b67c93;
--think-pink:#e6a7c3;
--sand-island:#f4d1c3;
--lemon-ice-yellow:#f5e2a8;
}