Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.winter-green {
color: #4f8c7a;
}
.old-money {
color: #2a5a4b;
}
.succulent-green {
color: #5f9b84;
}
.straw-basket {
color: #d8c79d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--winter-green:#4f8c7a;
--old-money:#2a5a4b;
--succulent-green:#5f9b84;
--straw-basket:#d8c79d;
}