Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.geranium {
color: #d94a62;
}
.strawberry-ice {
color: #e88c8e;
}
.rhodonite {
color: #f2b1c4;
}
.deco-pink {
color: #f6c1ce;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--geranium:#d94a62;
--strawberry-ice:#e88c8e;
--rhodonite:#f2b1c4;
--deco-pink:#f6c1ce;
}