Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-amber {
color: #ff9e8f;
}
.matt-pink {
color: #ffb3c1;
}
.lily-legs {
color: #f1c6d6;
}
.athena-pink {
color: #e7b1c4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-amber:#ff9e8f;
--matt-pink:#ffb3c1;
--lily-legs:#f1c6d6;
--athena-pink:#e7b1c4;
}