Earthy Green Color Palette

Discover the beautiful Earthy Green color palette featuring sherpa blue (#005252), rose of sharon (#b35c00), buddha gold (#c78f00), golden grass (#dbb129) and brandy punch (#dc8b28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Beach, Bright, Tropical 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 Earthy Green palette

Share this palette to:

💻 Earthy Green color palette CSS

/* CSS */
.color-1 {
color: #005252;
}
.color-2 {
color: #b35c00;
}
.color-3 {
color: #c78f00;
}
.color-4 {
color: #dbb129;
}
.color-5 {
color: #dc8b28;
}

/* CSS Variables */
:root {
--color-1: #005252;
--color-2: #b35c00;
--color-3: #c78f00;
--color-4: #dbb129;
--color-5: #dc8b28;
}

🌈 Earthy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005252, #b35c00, #c78f00, #dbb129, #dc8b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005252, #b35c00, #c78f00, #dbb129, #dc8b28);
}

Earthy Green color palette created on .