Color names in this palette
CSS code for this palette
/* CSS */
.liseran-purple {
color: #d86f9c;
}
.flowering-raspberry {
color: #a66e90;
}
.bluesy-note {
color: #7d9cba;
}
.eerie-black {
color: #1c1c1c;
}
.in-the-pink {
color: #f2c5d2;
}
/* CSS Variables */
:root {
--liseran-purple:#d86f9c;
--flowering-raspberry:#a66e90;
--bluesy-note:#7d9cba;
--eerie-black:#1c1c1c;
--in-the-pink:#f2c5d2;
}