Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.manhattan {
color: #e2b27e;
}
.ornery-tangerine {
color: #f67e23;
}
.crab-curry {
color: #db4b24;
}
.lobster-brown {
color: #a93b37;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--manhattan:#e2b27e;
--ornery-tangerine:#f67e23;
--crab-curry:#db4b24;
--lobster-brown:#a93b37;
}