Reconquista Color Palette

Discover the beautiful Reconquista color palette featuring sea mist (#c4d9c5), edward (#a8b8b1), juniper (#6e8c8a), teak (#b78b6c) and flame pea (#d75c37).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Boho, Autumn, Coastal, Cool, Orange, Red, Soft, Vintage 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 Reconquista palette

Share this palette to:

💻 Reconquista color palette CSS

/* CSS */
.color-1 {
color: #c4d9c5;
}
.color-2 {
color: #a8b8b1;
}
.color-3 {
color: #6e8c8a;
}
.color-4 {
color: #b78b6c;
}
.color-5 {
color: #d75c37;
}

/* CSS Variables */
:root {
--color-1: #c4d9c5;
--color-2: #a8b8b1;
--color-3: #6e8c8a;
--color-4: #b78b6c;
--color-5: #d75c37;
}

🌈 Reconquista background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d9c5, #a8b8b1, #6e8c8a, #b78b6c, #d75c37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d9c5, #a8b8b1, #6e8c8a, #b78b6c, #d75c37);
}

Reconquista color palette created on .