Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.doeskin {
color: #fff1e5;
}
.cor-de-pele {
color: #f5c2c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--doeskin:#fff1e5;
--cor-de-pele:#f5c2c2;
}