Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.dough-yellow {
color: #f7d0b6;
}
.steamy-dumpling {
color: #ebe8b2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--dough-yellow:#f7d0b6;
--steamy-dumpling:#ebe8b2;
}