Wistful Dream Color Palette

Discover the beautiful Wistful Dream color palette featuring wistful (#a5a8d4), pigeon post (#b8bae0), blue haze (#d1d3e5), melanie (#e0b8d9) and petite orchid (#da8b8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Elegant, Lavender, Pink, Soft, Summer, Vibrant 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 Wistful Dream palette

Share this palette to:

💻 Wistful Dream color palette CSS

/* CSS */
.color-1 {
color: #a5a8d4;
}
.color-2 {
color: #b8bae0;
}
.color-3 {
color: #d1d3e5;
}
.color-4 {
color: #e0b8d9;
}
.color-5 {
color: #da8b8e;
}

/* CSS Variables */
:root {
--color-1: #a5a8d4;
--color-2: #b8bae0;
--color-3: #d1d3e5;
--color-4: #e0b8d9;
--color-5: #da8b8e;
}

🌈 Wistful Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a8d4, #b8bae0, #d1d3e5, #e0b8d9, #da8b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a8d4, #b8bae0, #d1d3e5, #e0b8d9, #da8b8e);
}

Wistful Dream color palette created on .