Color names in this palette
CSS code for this palette
/* CSS */
.temptress {
color: #3c202c;
}
.dulcet-violet {
color: #5a3a4d;
}
.hibernation {
color: #6e4e6d;
}
.cure-all {
color: #a86b8e;
}
.blushing-tulip {
color: #e3a1b8;
}
/* CSS Variables */
:root {
--temptress:#3c202c;
--dulcet-violet:#5a3a4d;
--hibernation:#6e4e6d;
--cure-all:#a86b8e;
--blushing-tulip:#e3a1b8;
}