Color names in this palette
CSS code for this palette
/* CSS */
.disappearing-purple {
color: #3e2d3b;
}
.magenta-violet {
color: #6c4f8c;
}
.pearly-purple {
color: #b86b9a;
}
.cakepop-sorbet {
color: #f8c749;
}
.desire {
color: #f13b57;
}
/* CSS Variables */
:root {
--disappearing-purple:#3e2d3b;
--magenta-violet:#6c4f8c;
--pearly-purple:#b86b9a;
--cakepop-sorbet:#f8c749;
--desire:#f13b57;
}