Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.orchid-orange {
color: #ff9f80;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coral-red {
color: #ff3d3d;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--orchid-orange:#ff9f80;
--grapefruit-pulp:#ff6e61;
--coral-red:#ff3d3d;
--pelati:#ff2e2e;
}