Wealthy Color Palette

Discover the beautiful Wealthy color palette featuring te papa green (#1e3a3e), william (#3c7172), gulf stream (#80b3a7), pavlova (#d9c39b) and copper (#c7693d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Emerald, Gold, Green, Luxe, Summer, Teal 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 Wealthy palette

Share this palette to:

💻 Wealthy color palette CSS

/* CSS */
.color-1 {
color: #1e3a3e;
}
.color-2 {
color: #3c7172;
}
.color-3 {
color: #80b3a7;
}
.color-4 {
color: #d9c39b;
}
.color-5 {
color: #c7693d;
}

/* CSS Variables */
:root {
--color-1: #1e3a3e;
--color-2: #3c7172;
--color-3: #80b3a7;
--color-4: #d9c39b;
--color-5: #c7693d;
}

🌈 Wealthy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a3e, #3c7172, #80b3a7, #d9c39b, #c7693d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a3e, #3c7172, #80b3a7, #d9c39b, #c7693d);
}

Wealthy color palette created on .