Autumnal Harmony Color Palette

Discover the beautiful Autumnal Harmony color palette featuring hippie green (#698c4a), copper rust (#994d4d), raw sienna (#d07649), butterfly bush (#5c4b8b) and tussock (#c49d3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Red, Orange, Purple 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 Autumnal Harmony palette

Share this palette to:

💻 Autumnal Harmony color palette CSS

/* CSS */
.color-1 {
color: #698c4a;
}
.color-2 {
color: #994d4d;
}
.color-3 {
color: #d07649;
}
.color-4 {
color: #5c4b8b;
}
.color-5 {
color: #c49d3b;
}

/* CSS Variables */
:root {
--color-1: #698c4a;
--color-2: #994d4d;
--color-3: #d07649;
--color-4: #5c4b8b;
--color-5: #c49d3b;
}

🌈 Autumnal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c4a, #994d4d, #d07649, #5c4b8b, #c49d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c4a, #994d4d, #d07649, #5c4b8b, #c49d3b);
}

Autumnal Harmony color palette created on .