Gore Color Palette

Discover the beautiful Gore color palette featuring crater brown (#4d2727), ferra (#744343), coral tree (#a95f60), petite orchid (#dd8e8f) and beauty bush (#edb6b6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Coastal, Cool Toned, Earthy, Muted, Retro, Soft, 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 Gore palette

Share this palette to:

💻 Gore color palette CSS

/* CSS */
.color-1 {
color: #4d2727;
}
.color-2 {
color: #744343;
}
.color-3 {
color: #a95f60;
}
.color-4 {
color: #dd8e8f;
}
.color-5 {
color: #edb6b6;
}

/* CSS Variables */
:root {
--color-1: #4d2727;
--color-2: #744343;
--color-3: #a95f60;
--color-4: #dd8e8f;
--color-5: #edb6b6;
}

🌈 Gore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2727, #744343, #a95f60, #dd8e8f, #edb6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2727, #744343, #a95f60, #dd8e8f, #edb6b6);
}

Gore color palette created on .