Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.mellow-sun {
color: #f6d59d;
}
.icy-lemonade {
color: #f6e8b1;
}
.eerie-glow {
color: #a7d7b8;
}
.memphis-green {
color: #5c9d7d;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--mellow-sun:#f6d59d;
--icy-lemonade:#f6e8b1;
--eerie-glow:#a7d7b8;
--memphis-green:#5c9d7d;
}