Color names in this palette
CSS code for this palette
/* CSS */
.wild-forest {
color: #3c904d;
}
.crystal-gem {
color: #7ad1a7;
}
.bright-khaki {
color: #f2e88c;
}
.chat-orange {
color: #f79c40;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--wild-forest:#3c904d;
--crystal-gem:#7ad1a7;
--bright-khaki:#f2e88c;
--chat-orange:#f79c40;
--fire-island:#d8503b;
}