Quail Bracken Color Palette

Discover the beautiful Quail Bracken color palette featuring indian khaki (#c2b180), akaroa (#d5c2a5), double spanish white (#e7d2b6), mint julep (#f2e6c5) and coconut cream (#f8f1dd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Cream, Earthy, Neutral, Sage, Soft, Vintage, 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 Quail Bracken palette

Share this palette to:

💻 Quail Bracken color palette CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d5c2a5;
}
.color-3 {
color: #e7d2b6;
}
.color-4 {
color: #f2e6c5;
}
.color-5 {
color: #f8f1dd;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d5c2a5;
--color-3: #e7d2b6;
--color-4: #f2e6c5;
--color-5: #f8f1dd;
}

🌈 Quail Bracken background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d5c2a5, #e7d2b6, #f2e6c5, #f8f1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d5c2a5, #e7d2b6, #f2e6c5, #f8f1dd);
}

Quail Bracken color palette created on .