Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #7b1e1e;
}
.persimmon-red {
color: #a84d4d;
}
.pink-slip {
color: #d68a8a;
}
.cherry-blossom {
color: #f6c1d5;
}
.oleander-pink {
color: #f25a99;
}
/* CSS Variables */
:root {
--incubus:#7b1e1e;
--persimmon-red:#a84d4d;
--pink-slip:#d68a8a;
--cherry-blossom:#f6c1d5;
--oleander-pink:#f25a99;
}