Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.floral-leaf {
color: #ffb84d;
}
.french-pink {
color: #ff6b9a;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--floral-leaf:#ffb84d;
--french-pink:#ff6b9a;
--reddish-pink:#ff2e54;
}