Color names in this palette
CSS code for this palette
/* CSS */
.black-market {
color: #1f1e3e;
}
.izmir-purple {
color: #4b3d71;
}
.arabian-silk {
color: #7a6f9b;
}
.grape-illusion {
color: #b5a8d7;
}
.samantha-s-room {
color: #f5d6e5;
}
/* CSS Variables */
:root {
--black-market:#1f1e3e;
--izmir-purple:#4b3d71;
--arabian-silk:#7a6f9b;
--grape-illusion:#b5a8d7;
--samantha-s-room:#f5d6e5;
}