Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.drama-queen {
color: #a06e9a;
}
.confectionary {
color: #d4afd4;
}
.marsh-mist {
color: #e1e1a3;
}
.rising-star {
color: #f6f9d7;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--drama-queen:#a06e9a;
--confectionary:#d4afd4;
--marsh-mist:#e1e1a3;
--rising-star:#f6f9d7;
}