Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.peach-damask {
color: #f7c6a6;
}
.banana-yogurt {
color: #f9e8b4;
}
.new-heights {
color: #cfe7f2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--peach-damask:#f7c6a6;
--banana-yogurt:#f9e8b4;
--new-heights:#cfe7f2;
}