Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.purple-shade {
color: #4e2f50;
}
.magic-magenta {
color: #7c4b72;
}
.mauve-orchid {
color: #a66e8d;
}
.mellow-rose {
color: #d8a5a2;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--purple-shade:#4e2f50;
--magic-magenta:#7c4b72;
--mauve-orchid:#a66e8d;
--mellow-rose:#d8a5a2;
}