Color names in this palette
CSS code for this palette
/* CSS */
.bellini {
color: #f7c9b0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4f;
}
.forsythia-blossom {
color: #f9d66c;
}
.spleen-green {
color: #d2e600;
}
/* CSS Variables */
:root {
--bellini:#f7c9b0;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4f;
--forsythia-blossom:#f9d66c;
--spleen-green:#d2e600;
}