Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.duck-egg-cream {
color: #c5e2d5;
}
.good-graces {
color: #f4f1d7;
}
.flower-spell {
color: #fbc6d8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--duck-egg-cream:#c5e2d5;
--good-graces:#f4f1d7;
--flower-spell:#fbc6d8;
--grapefruit-pulp:#ff6e61;
}