Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a12b2b;
}
.faded-red {
color: #d54848;
}
.summer-cocktails {
color: #eab8b8;
}
.lover-s-knot {
color: #f1dada;
}
.cinderella-pink {
color: #ffc7c7;
}
/* CSS Variables */
:root {
--harissa-red:#a12b2b;
--faded-red:#d54848;
--summer-cocktails:#eab8b8;
--lover-s-knot:#f1dada;
--cinderella-pink:#ffc7c7;
}