Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4d6ad;
}
.iced-avocado {
color: #c7e5b3;
}
.lantern-light {
color: #f5eab8;
}
.arts-crafts-gold {
color: #f9c78b;
}
.coral-pink {
color: #f77c78;
}
/* CSS Variables */
:root {
--frugal:#a4d6ad;
--iced-avocado:#c7e5b3;
--lantern-light:#f5eab8;
--arts-crafts-gold:#f9c78b;
--coral-pink:#f77c78;
}