Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.nature-apricot {
color: #ffb7a3;
}
.light-quilt {
color: #ffe1d6;
}
.pink-clay {
color: #ffd5d1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--nature-apricot:#ffb7a3;
--light-quilt:#ffe1d6;
--pink-clay:#ffd5d1;
}