Color names in this palette
CSS code for this palette
/* CSS */
.molly-robins {
color: #4f8c70;
}
.beau-monde {
color: #7db5a0;
}
.eerie-glow {
color: #a8d7b6;
}
.icy-lemonade {
color: #f2e8b1;
}
.golden-hour {
color: #f2b55a;
}
/* CSS Variables */
:root {
--molly-robins:#4f8c70;
--beau-monde:#7db5a0;
--eerie-glow:#a8d7b6;
--icy-lemonade:#f2e8b1;
--golden-hour:#f2b55a;
}