Color names in this palette
CSS code for this palette
/* CSS */
.prism-violet {
color: #4f3b7d;
}
.ghostly-purple {
color: #7c5c93;
}
.long-forgotten-purple {
color: #a3759f;
}
.mellow-rose {
color: #d8a2a2;
}
.marquisette {
color: #f5d59e;
}
/* CSS Variables */
:root {
--prism-violet:#4f3b7d;
--ghostly-purple:#7c5c93;
--long-forgotten-purple:#a3759f;
--mellow-rose:#d8a2a2;
--marquisette:#f5d59e;
}