Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb7a3;
}
.light-quilt {
color: #ffe1d6;
}
.sugar-milk {
color: #fff7f5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffb7a3;
--light-quilt:#ffe1d6;
--sugar-milk:#fff7f5;
}