Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.cherry-blossom {
color: #f5c2d3;
}
.tropical {
color: #a8e6ce;
}
.spring-slumber-green {
color: #b1f2b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--cherry-blossom:#f5c2d3;
--tropical:#a8e6ce;
--spring-slumber-green:#b1f2b8;
}