Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4d9d5c;
}
.rebounder {
color: #b8d26a;
}
.machine-oil {
color: #f3e681;
}
.phoenix-flames {
color: #f3a41b;
}
.chi-gong {
color: #d62e31;
}
/* CSS Variables */
:root {
--longing-for-nature:#4d9d5c;
--rebounder:#b8d26a;
--machine-oil:#f3e681;
--phoenix-flames:#f3a41b;
--chi-gong:#d62e31;
}