Golden Greenery Color Palette

Discover the beautiful Golden Greenery color palette featuring amber (#ffc300), fun green (#008020), pistachio (#9bab0d), persian green (#00b893) and vis vis (#ffeba8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Spring, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Golden Greenery palette

Share this palette to:

💻 Golden Greenery color palette CSS

/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #008020;
}
.color-3 {
color: #9bab0d;
}
.color-4 {
color: #00b893;
}
.color-5 {
color: #ffeba8;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #008020;
--color-3: #9bab0d;
--color-4: #00b893;
--color-5: #ffeba8;
}

🌈 Golden Greenery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #008020, #9bab0d, #00b893, #ffeba8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #008020, #9bab0d, #00b893, #ffeba8);
}

Golden Greenery color palette created on .