←Back to PalettesAll Palettes
Golden Greenscape Color Palette
A vibrant palette inspired by the lushness of nature, featuring warm golds and refreshing greens that evoke feelings of growth and vitality.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.fluffy-duckling {
color: #f7e13b;
}
.badass-grass {
color: #b0d85a;
}
.young-fern {
color: #6ebf7b;
}
.medium-green {
color: #3e8e4f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--fluffy-duckling:#f7e13b;
--badass-grass:#b0d85a;
--young-fern:#6ebf7b;
--medium-green:#3e8e4f;
}