Autumnal Reverie Color Palette

Discover the beautiful Autumnal Reverie color palette featuring old gold (#cca038), strikemaster (#a65e9f), raw umber (#795311), martinique (#3c2f50) and tan (#c9a278).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Deep, Earthy, Gold, Muted, Neutral, Purple, 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 Autumnal Reverie palette

Share this palette to:

💻 Autumnal Reverie color palette CSS

/* CSS */
.color-1 {
color: #cca038;
}
.color-2 {
color: #a65e9f;
}
.color-3 {
color: #795311;
}
.color-4 {
color: #3c2f50;
}
.color-5 {
color: #c9a278;
}

/* CSS Variables */
:root {
--color-1: #cca038;
--color-2: #a65e9f;
--color-3: #795311;
--color-4: #3c2f50;
--color-5: #c9a278;
}

🌈 Autumnal Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cca038, #a65e9f, #795311, #3c2f50, #c9a278);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cca038, #a65e9f, #795311, #3c2f50, #c9a278);
}

Autumnal Reverie color palette created on .