Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f6a7d2;
}
.pink-cattleya {
color: #ffb3d1;
}
.tulip {
color: #ff8a92;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f6a7d2;
--pink-cattleya:#ffb3d1;
--tulip:#ff8a92;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}