Wild Resilience Color Palette

Discover the beautiful Wild Resilience color palette featuring kabul (#5d503c), sepia skin (#a35a3e), ronchi (#e8b84a), surf crest (#d5e7d7) and neptune (#79b9af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Wild Resilience palette

Share this palette to:

💻 Wild Resilience color palette CSS

/* CSS */
.color-1 {
color: #5d503c;
}
.color-2 {
color: #a35a3e;
}
.color-3 {
color: #e8b84a;
}
.color-4 {
color: #d5e7d7;
}
.color-5 {
color: #79b9af;
}

/* CSS Variables */
:root {
--color-1: #5d503c;
--color-2: #a35a3e;
--color-3: #e8b84a;
--color-4: #d5e7d7;
--color-5: #79b9af;
}

🌈 Wild Resilience background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d503c, #a35a3e, #e8b84a, #d5e7d7, #79b9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d503c, #a35a3e, #e8b84a, #d5e7d7, #79b9af);
}

Wild Resilience color palette created on .