Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bittersweet {
color: #ff9d52;
}
.english-daisy {
color: #ffcb47;
}
.blended-fruit {
color: #f8e1a5;
}
.princess {
color: #f1a7b4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bittersweet:#ff9d52;
--english-daisy:#ffcb47;
--blended-fruit:#f8e1a5;
--princess:#f1a7b4;
}