Color names in this palette
CSS code for this palette
/* CSS */
.persian-plum {
color: #691b1e;
}
.harissa-red {
color: #a62b2b;
}
.faded-red {
color: #d44949;
}
.calabrese {
color: #f1a8a2;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--persian-plum:#691b1e;
--harissa-red:#a62b2b;
--faded-red:#d44949;
--calabrese:#f1a8a2;
--lusty-gallant:#ffcdcc;
}