Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.esprit-peach {
color: #ffc29e;
}
.tiara-pink {
color: #d7a8cf;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--esprit-peach:#ffc29e;
--tiara-pink:#d7a8cf;
--ameixa:#6a5bcd;
}