Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.eerie-glow {
color: #a7d7b8;
}
.apricot-obsession {
color: #f9c6b4;
}
.coral-garden {
color: #d17a7b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--eerie-glow:#a7d7b8;
--apricot-obsession:#f9c6b4;
--coral-garden:#d17a7b;
}