Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.fresh-apricot {
color: #ffd6a3;
}
.creamy-lemon {
color: #fff5b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--fresh-apricot:#ffd6a3;
--creamy-lemon:#fff5b3;
}