Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb6a3;
}
.friendship {
color: #ffdac2;
}
.yellow-avarice {
color: #f6f7d9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffb6a3;
--friendship:#ffdac2;
--yellow-avarice:#f6f7d9;
}