Wealth Color Palette

Discover the beautiful Wealth color palette featuring green pea (#1a603d), fruit salad (#4f8c5e), de york (#7ebe8a), wattle (#d5d34d) and bourbon (#b77a1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Earthy, Gold, Prosperity, Nature, Luxury, Vibrant 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 Wealth palette

Share this palette to:

💻 Wealth color palette CSS

/* CSS */
.color-1 {
color: #1a603d;
}
.color-2 {
color: #4f8c5e;
}
.color-3 {
color: #7ebe8a;
}
.color-4 {
color: #d5d34d;
}
.color-5 {
color: #b77a1f;
}

/* CSS Variables */
:root {
--color-1: #1a603d;
--color-2: #4f8c5e;
--color-3: #7ebe8a;
--color-4: #d5d34d;
--color-5: #b77a1f;
}

🌈 Wealth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a603d, #4f8c5e, #7ebe8a, #d5d34d, #b77a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a603d, #4f8c5e, #7ebe8a, #d5d34d, #b77a1f);
}

Wealth color palette created on .