Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.frozen-forest {
color: #d3e7b6;
}
.pale-canary {
color: #f4f1a9;
}
.koji-orange {
color: #f2af4a;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--frozen-forest:#d3e7b6;
--pale-canary:#f4f1a9;
--koji-orange:#f2af4a;
--kacey-s-pink:#e94e77;
}