Auburn Eyes Color Palette

Discover the beautiful Auburn Eyes color palette featuring mojo (#c05239), sandy brown (#f1a65b), equator (#e6b96b), eunry (#d8b1a6) and ironstone (#794b39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAuburn, Orange, Brown, Earthy, Bright, Soft, Autumn, Fall, Neutral, 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 Auburn Eyes palette

Share this palette to:

💻 Auburn Eyes color palette CSS

/* CSS */
.color-1 {
color: #c05239;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #e6b96b;
}
.color-4 {
color: #d8b1a6;
}
.color-5 {
color: #794b39;
}

/* CSS Variables */
:root {
--color-1: #c05239;
--color-2: #f1a65b;
--color-3: #e6b96b;
--color-4: #d8b1a6;
--color-5: #794b39;
}

🌈 Auburn Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05239, #f1a65b, #e6b96b, #d8b1a6, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05239, #f1a65b, #e6b96b, #d8b1a6, #794b39);
}

Auburn Eyes color palette created on .