Color names in this palette
CSS code for this palette
/* CSS */
.maroon-light {
color: #c03964;
}
.fuchsia-purple {
color: #d43a7a;
}
.hope {
color: #e67f9e;
}
.rhodonite {
color: #f3b4c5;
}
.pink-fluorite {
color: #f9d2da;
}
/* CSS Variables */
:root {
--maroon-light:#c03964;
--fuchsia-purple:#d43a7a;
--hope:#e67f9e;
--rhodonite:#f3b4c5;
--pink-fluorite:#f9d2da;
}