Color names in this palette
CSS code for this palette
/* CSS */
.rainforest-glow {
color: #b2c94a;
}
.lime-lizard {
color: #a9d65c;
}
.honeysuckle {
color: #e6e86d;
}
.majestic-treasures {
color: #f2e9a6;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--rainforest-glow:#b2c94a;
--lime-lizard:#a9d65c;
--honeysuckle:#e6e86d;
--majestic-treasures:#f2e9a6;
--forsythia-blossom:#f9d66c;
}