Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.south-shore-sun {
color: #ffdb9e;
}
.sun-kissed {
color: #ffedc2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--south-shore-sun:#ffdb9e;
--sun-kissed:#ffedc2;
}