Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b1a1;
}
.flan {
color: #f7e1b6;
}
.eerie-glow {
color: #a7d7b8;
}
.desaturated-cyan {
color: #699a9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b1a1;
--flan:#f7e1b6;
--eerie-glow:#a7d7b8;
--desaturated-cyan:#699a9b;
}