Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.peachy-salmon {
color: #ff9d80;
}
.apricot-lily {
color: #ffcfb3;
}
.soft-butter {
color: #f4e2b8;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--peachy-salmon:#ff9d80;
--apricot-lily:#ffcfb3;
--soft-butter:#f4e2b8;
--eerie-glow:#a7d7b8;
}