Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff9966;
}
.esprit-peach {
color: #ffc29e;
}
.pristine-petal {
color: #d5e1df;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff9966;
--esprit-peach:#ffc29e;
--pristine-petal:#d5e1df;
--semi-sweet-chocolate:#6a4125;
}