Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9b8a;
}
.friendship {
color: #ffd9c2;
}
.pink-cattleya {
color: #ffb3d1;
}
.little-bow-pink {
color: #d57c94;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9b8a;
--friendship:#ffd9c2;
--pink-cattleya:#ffb3d1;
--little-bow-pink:#d57c94;
}