Dreamy Pastels Color Palette

Discover the beautiful Dreamy Pastels color palette featuring wisteria (#8f6aaf), east side (#a77dc5), light orchid (#e3a1d1), azalea (#f6cbcb) and egg white (#ffebc2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cool, Pink, Purple, Soft, Spring, Tropical 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 Dreamy Pastels palette

Share this palette to:

💻 Dreamy Pastels color palette CSS

/* CSS */
.color-1 {
color: #8f6aaf;
}
.color-2 {
color: #a77dc5;
}
.color-3 {
color: #e3a1d1;
}
.color-4 {
color: #f6cbcb;
}
.color-5 {
color: #ffebc2;
}

/* CSS Variables */
:root {
--color-1: #8f6aaf;
--color-2: #a77dc5;
--color-3: #e3a1d1;
--color-4: #f6cbcb;
--color-5: #ffebc2;
}

🌈 Dreamy Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f6aaf, #a77dc5, #e3a1d1, #f6cbcb, #ffebc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f6aaf, #a77dc5, #e3a1d1, #f6cbcb, #ffebc2);
}

Dreamy Pastels color palette created on .