Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.calabrese {
color: #f1a8a2;
}
.rose-reminder {
color: #f4c3c7;
}
.uptown-taupe {
color: #f0e3d6;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--calabrese:#f1a8a2;
--rose-reminder:#f4c3c7;
--uptown-taupe:#f0e3d6;
--floral-leaf:#ffb84d;
}