Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7c9b4b;
}
.chinese-money-plant {
color: #a8c15c;
}
.lustrous-yellow {
color: #e5e176;
}
.energy-yellow {
color: #f7d850;
}
.bright-delight {
color: #d15929;
}
/* CSS Variables */
:root {
--mossy-glossy:#7c9b4b;
--chinese-money-plant:#a8c15c;
--lustrous-yellow:#e5e176;
--energy-yellow:#f7d850;
--bright-delight:#d15929;
}