Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-cream {
color: #ff9f85;
}
.buttery-salmon {
color: #ffb19e;
}
.flower-spell {
color: #ffccd5;
}
.pastel-magenta {
color: #f49ac2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--tangerine-cream:#ff9f85;
--buttery-salmon:#ffb19e;
--flower-spell:#ffccd5;
--pastel-magenta:#f49ac2;
}