Whimsical Pastel Dreams Color Palette

Discover the beautiful Whimsical Pastel Dreams color palette featuring prim (#f2e5ec), spindle (#c3c9f0), light orchid (#e8ace1), geraldine (#fa9e93) and shocking (#e382d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Pastel, Soft, Spring 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 Whimsical Pastel Dreams palette

Share this palette to:

💻 Whimsical Pastel Dreams color palette CSS

/* CSS */
.color-1 {
color: #f2e5ec;
}
.color-2 {
color: #c3c9f0;
}
.color-3 {
color: #e8ace1;
}
.color-4 {
color: #fa9e93;
}
.color-5 {
color: #e382d0;
}

/* CSS Variables */
:root {
--color-1: #f2e5ec;
--color-2: #c3c9f0;
--color-3: #e8ace1;
--color-4: #fa9e93;
--color-5: #e382d0;
}

🌈 Whimsical Pastel Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5ec, #c3c9f0, #e8ace1, #fa9e93, #e382d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5ec, #c3c9f0, #e8ace1, #fa9e93, #e382d0);
}

Whimsical Pastel Dreams color palette created on .