Color names in this palette
CSS code for this palette
/* CSS */
.purple-shade {
color: #4b2c4e;
}
.magic-magenta {
color: #7b4c74;
}
.pink-jazz {
color: #9e6b8b;
}
.mellow-rose {
color: #d6a39f;
}
.oleander {
color: #f3cbc3;
}
/* CSS Variables */
:root {
--purple-shade:#4b2c4e;
--magic-magenta:#7b4c74;
--pink-jazz:#9e6b8b;
--mellow-rose:#d6a39f;
--oleander:#f3cbc3;
}