Color names in this palette
CSS code for this palette
/* CSS */
.day-glow-orange {
color: #ea5939;
}
.mango-orange {
color: #ff8d5c;
}
.vibrant {
color: #ffd54d;
}
.eerie-glow {
color: #a7d7b8;
}
.tropic-tide {
color: #6fc3c1;
}
/* CSS Variables */
:root {
--day-glow-orange:#ea5939;
--mango-orange:#ff8d5c;
--vibrant:#ffd54d;
--eerie-glow:#a7d7b8;
--tropic-tide:#6fc3c1;
}