Autumnal Reverie Color Palette

Discover the beautiful Autumnal Reverie color palette featuring royal purple (#6e3c90), mulberry (#bd5192), supernova (#ffcc00), flush orange (#ff8000) and punch (#d14923).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Vibrant, Autumn, Orange, Pink 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: #6e3c90;
}
.color-2 {
color: #bd5192;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff8000;
}
.color-5 {
color: #d14923;
}

/* CSS Variables */
:root {
--color-1: #6e3c90;
--color-2: #bd5192;
--color-3: #ffcc00;
--color-4: #ff8000;
--color-5: #d14923;
}

🌈 Autumnal Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e3c90, #bd5192, #ffcc00, #ff8000, #d14923);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e3c90, #bd5192, #ffcc00, #ff8000, #d14923);
}

Autumnal Reverie color palette created on .