Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.pink-abalone {
color: #e8b4a1;
}
.coral-bisque {
color: #f6c6b1;
}
.sunny-morning {
color: #f4d366;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--pink-abalone:#e8b4a1;
--coral-bisque:#f6c6b1;
--sunny-morning:#f4d366;
--grapefruit-pulp:#ff6e61;
}