Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.concord-jam {
color: #6c5b80;
}
.mountbatten-pink {
color: #9b7d8d;
}
.cupcake-rose {
color: #e6c8b7;
}
.first-date {
color: #f2b5a1;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--concord-jam:#6c5b80;
--mountbatten-pink:#9b7d8d;
--cupcake-rose:#e6c8b7;
--first-date:#f2b5a1;
}