Earthy Church Color Palette

Discover the beautiful Earthy Church color palette featuring summer green (#a4c1ae), anzac (#e4b23f), copper (#c76d3d), eggplant (#6c4b6b) and wewak (#f1a8a2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Earthy Church color palette CSS

/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #e4b23f;
}
.color-3 {
color: #c76d3d;
}
.color-4 {
color: #6c4b6b;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #e4b23f;
--color-3: #c76d3d;
--color-4: #6c4b6b;
--color-5: #f1a8a2;
}

🌈 Earthy Church background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #e4b23f, #c76d3d, #6c4b6b, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #e4b23f, #c76d3d, #6c4b6b, #f1a8a2);
}

Earthy Church color palette created on .