Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.field-day {
color: #c2e59e;
}
.calcium {
color: #f1f4e7;
}
.salmon-eggs {
color: #f4d35d;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--field-day:#c2e59e;
--calcium:#f1f4e7;
--salmon-eggs:#f4d35d;
--miami-marmalade:#f78d1d;
}