Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9d8a;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.shampoo {
color: #ffccf2;
}
.sugarpills {
color: #ffdbff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9d8a;
--cherry-blossom-pink:#ffb3c6;
--shampoo:#ffccf2;
--sugarpills:#ffdbff;
}