Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a6d8b9;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.coral-bisque {
color: #f6c5b1;
}
.raspberry-lemonade {
color: #e2a7b0;
}
.honey-pink {
color: #d09aab;
}
/* CSS Variables */
:root {
--eerie-glow:#a6d8b9;
--yellow-wax-pepper:#f0e6b7;
--coral-bisque:#f6c5b1;
--raspberry-lemonade:#e2a7b0;
--honey-pink:#d09aab;
}