Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.matt-pink {
color: #ffb3c3;
}
.linnet-egg-red {
color: #ffccdb;
}
.sefid-white {
color: #fff0f0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--matt-pink:#ffb3c3;
--linnet-egg-red:#ffccdb;
--sefid-white:#fff0f0;
}