Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.light-fresh-lime {
color: #e2f6d5;
}
.optimistic-yellow {
color: #f7e0a6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sohi-red {
color: #e15c37;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--light-fresh-lime:#e2f6d5;
--optimistic-yellow:#f7e0a6;
--apricot-glazed-chicken:#f5a524;
--sohi-red:#e15c37;
}