Hopeful Earth Color Palette

Discover the beautiful Hopeful Earth color palette featuring nutmeg (#7a4a2a), paarl (#a65e2b), copper (#c77b3d), tonys pink (#e6a57a) and mandys pink (#f2c6a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Hopeful, Monochromatic, Orange, Vintage, Warm 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 Hopeful Earth palette

Share this palette to:

💻 Hopeful Earth color palette CSS

/* CSS */
.color-1 {
color: #7a4a2a;
}
.color-2 {
color: #a65e2b;
}
.color-3 {
color: #c77b3d;
}
.color-4 {
color: #e6a57a;
}
.color-5 {
color: #f2c6a6;
}

/* CSS Variables */
:root {
--color-1: #7a4a2a;
--color-2: #a65e2b;
--color-3: #c77b3d;
--color-4: #e6a57a;
--color-5: #f2c6a6;
}

🌈 Hopeful Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4a2a, #a65e2b, #c77b3d, #e6a57a, #f2c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4a2a, #a65e2b, #c77b3d, #e6a57a, #f2c6a6);
}

Hopeful Earth color palette created on .