Dreams Color Palette

Discover the beautiful Dreams color palette featuring cold purple (#b4b4e4), french lilac (#e3c3ee), pale rose (#ffe0f2), fog (#dad6ff) and melrose (#adc3ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cream, Lavender, Light, Muted, Pastel, Pink, Purple, Soft 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 Dreams palette

Share this palette to:

💻 Dreams color palette CSS

/* CSS */
.color-1 {
color: #b4b4e4;
}
.color-2 {
color: #e3c3ee;
}
.color-3 {
color: #ffe0f2;
}
.color-4 {
color: #dad6ff;
}
.color-5 {
color: #adc3ff;
}

/* CSS Variables */
:root {
--color-1: #b4b4e4;
--color-2: #e3c3ee;
--color-3: #ffe0f2;
--color-4: #dad6ff;
--color-5: #adc3ff;
}

🌈 Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4b4e4, #e3c3ee, #ffe0f2, #dad6ff, #adc3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4b4e4, #e3c3ee, #ffe0f2, #dad6ff, #adc3ff);
}

Dreams color palette created on .