Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sizzling-red {
color: #ff3d5a;
}
.moth-orchid {
color: #d6006f;
}
.pink-spyro {
color: #9b27b0;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--grapefruit-pulp:#ff6e61;
--sizzling-red:#ff3d5a;
--moth-orchid:#d6006f;
--pink-spyro:#9b27b0;
}