Color names in this palette
CSS code for this palette
/* CSS */
.hydrangea-red {
color: #a51d4d;
}
.fuchsia-purple {
color: #d83b7a;
}
.calabrese {
color: #f1a8a2;
}
.sonia-rose {
color: #f0c8c1;
}
.unburdened-pink {
color: #f9e7e7;
}
/* CSS Variables */
:root {
--hydrangea-red:#a51d4d;
--fuchsia-purple:#d83b7a;
--calabrese:#f1a8a2;
--sonia-rose:#f0c8c1;
--unburdened-pink:#f9e7e7;
}