Color names in this palette
CSS code for this palette
/* CSS */
.red-violet {
color: #a3006d;
}
.purple-anxiety {
color: #c20081;
}
.the-art-of-seduction {
color: #d60084;
}
.munch-on-melon {
color: #f03d6c;
}
.light-red {
color: #ff8080;
}
/* CSS Variables */
:root {
--red-violet:#a3006d;
--purple-anxiety:#c20081;
--the-art-of-seduction:#d60084;
--munch-on-melon:#f03d6c;
--light-red:#ff8080;
}