Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.rustique {
color: #f9bfb4;
}
.ephemeral-peach {
color: #fce3d4;
}
.white-desert {
color: #fdf7f2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--rustique:#f9bfb4;
--ephemeral-peach:#fce3d4;
--white-desert:#fdf7f2;
}