Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.crab-apple {
color: #f0e77f;
}
.crunch {
color: #f2b75f;
}
.orpiment-orange {
color: #d17d3d;
}
.texas-heatwave {
color: #a64c3a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--crab-apple:#f0e77f;
--crunch:#f2b75f;
--orpiment-orange:#d17d3d;
--texas-heatwave:#a64c3a;
}