Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6b8;
}
.everblooming {
color: #f1c6b6;
}
.wisley-pink {
color: #f4a499;
}
.jemima {
color: #f6d47e;
}
.yolk-yellow {
color: #e0ae52;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6b8;
--everblooming:#f1c6b6;
--wisley-pink:#f4a499;
--jemima:#f6d47e;
--yolk-yellow:#e0ae52;
}