Whimsical Dreams Color Palette

Discover the beautiful Whimsical Dreams color palette featuring pot pourri (#f0e0d6), blossom (#d7b2c1), bouquet (#a57e9e), trendy pink (#856f9b) and butterfly bush (#5a4d8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Light, 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 Whimsical Dreams palette

Share this palette to:

💻 Whimsical Dreams color palette CSS

/* CSS */
.color-1 {
color: #f0e0d6;
}
.color-2 {
color: #d7b2c1;
}
.color-3 {
color: #a57e9e;
}
.color-4 {
color: #856f9b;
}
.color-5 {
color: #5a4d8f;
}

/* CSS Variables */
:root {
--color-1: #f0e0d6;
--color-2: #d7b2c1;
--color-3: #a57e9e;
--color-4: #856f9b;
--color-5: #5a4d8f;
}

🌈 Whimsical Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d6, #d7b2c1, #a57e9e, #856f9b, #5a4d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d6, #d7b2c1, #a57e9e, #856f9b, #5a4d8f);
}

Whimsical Dreams color palette created on .