Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #db517b;
}
.pretty-in-plum {
color: #d0588e;
}
.hope {
color: #e77e9d;
}
.pink-fit {
color: #f6a7b2;
}
.deco-pink {
color: #f8c4c9;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#db517b;
--pretty-in-plum:#d0588e;
--hope:#e77e9d;
--pink-fit:#f6a7b2;
--deco-pink:#f8c4c9;
}