Color names in this palette
CSS code for this palette
/* CSS */
.dull-teal {
color: #5c9d8d;
}
.eerie-glow {
color: #a6d8b9;
}
.minted {
color: #e1e9d8;
}
.oyster-bisque {
color: #f2e6b1;
}
.balcony-sunset {
color: #d68d6b;
}
/* CSS Variables */
:root {
--dull-teal:#5c9d8d;
--eerie-glow:#a6d8b9;
--minted:#e1e9d8;
--oyster-bisque:#f2e6b1;
--balcony-sunset:#d68d6b;
}