Color names in this palette
CSS code for this palette
/* CSS */
.dirty-pink {
color: #ca7d7d;
}
.cosmetic-red {
color: #a55f7a;
}
.brocade-violet {
color: #794e6a;
}
.powerful-mauve {
color: #4f3c5d;
}
.fat-tuesday {
color: #302339;
}
/* CSS Variables */
:root {
--dirty-pink:#ca7d7d;
--cosmetic-red:#a55f7a;
--brocade-violet:#794e6a;
--powerful-mauve:#4f3c5d;
--fat-tuesday:#302339;
}