Color names in this palette
CSS code for this palette
/* CSS */
.temptress {
color: #3c202c;
}
.purple-reign {
color: #5b496e;
}
.ghostly-purple {
color: #7e5c93;
}
.angel-heart {
color: #a47993;
}
.raspberry-smoothie {
color: #d1a3b3;
}
/* CSS Variables */
:root {
--temptress:#3c202c;
--purple-reign:#5b496e;
--ghostly-purple:#7e5c93;
--angel-heart:#a47993;
--raspberry-smoothie:#d1a3b3;
}