Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff997a;
}
.amber-tide {
color: #ffafa3;
}
.feather-plume {
color: #ffdbb3;
}
.peach-cream {
color: #ffefdb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff997a;
--amber-tide:#ffafa3;
--feather-plume:#ffdbb3;
--peach-cream:#ffefdb;
}