Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.appetite {
color: #b2e8b0;
}
.reef-refractions {
color: #d3f2a1;
}
.visionary {
color: #f4e1a9;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--appetite:#b2e8b0;
--reef-refractions:#d3f2a1;
--visionary:#f4e1a9;
--chai-latte:#f8c8a0;
}