Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3b296a;
}
.grapes-of-italy {
color: #6d4e8d;
}
.lilac-purple {
color: #9f7dbf;
}
.herb-robert {
color: #e0a1e3;
}
.pink-plastic-fantastic {
color: #ff7ac6;
}
/* CSS Variables */
:root {
--minsk:#3b296a;
--grapes-of-italy:#6d4e8d;
--lilac-purple:#9f7dbf;
--herb-robert:#e0a1e3;
--pink-plastic-fantastic:#ff7ac6;
}