Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f9c3cf;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.lemon-filling {
color: #f7e4a6;
}
.marvelous-magic {
color: #e1c6d6;
}
/* CSS Variables */
:root {
--rose-shadow:#f9c3cf;
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--lemon-filling:#f7e4a6;
--marvelous-magic:#e1c6d6;
}