Outback Harmony Color Palette

Discover the beautiful Outback Harmony color palette featuring porsche (#e6a66b), laser (#c9a669), barley corn (#a68a59), shadow (#8b6a4b) and kabul (#5f4b3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Beige, Earthy, 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 Outback Harmony palette

Share this palette to:

💻 Outback Harmony color palette CSS

/* CSS */
.color-1 {
color: #e6a66b;
}
.color-2 {
color: #c9a669;
}
.color-3 {
color: #a68a59;
}
.color-4 {
color: #8b6a4b;
}
.color-5 {
color: #5f4b3a;
}

/* CSS Variables */
:root {
--color-1: #e6a66b;
--color-2: #c9a669;
--color-3: #a68a59;
--color-4: #8b6a4b;
--color-5: #5f4b3a;
}

🌈 Outback Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a66b, #c9a669, #a68a59, #8b6a4b, #5f4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a66b, #c9a669, #a68a59, #8b6a4b, #5f4b3a);
}

Outback Harmony color palette created on .