Whimsical Daydreams Color Palette

Discover the beautiful Whimsical Daydreams color palette featuring biloba flower (#d5a1e8), mauve (#f2c2ff), illusion (#f8a5d3), corvette (#f8c8a0) and kournikova (#ffde7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Peach, Pink, 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 Daydreams palette

Share this palette to:

💻 Whimsical Daydreams color palette CSS

/* CSS */
.color-1 {
color: #d5a1e8;
}
.color-2 {
color: #f2c2ff;
}
.color-3 {
color: #f8a5d3;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #ffde7a;
}

/* CSS Variables */
:root {
--color-1: #d5a1e8;
--color-2: #f2c2ff;
--color-3: #f8a5d3;
--color-4: #f8c8a0;
--color-5: #ffde7a;
}

🌈 Whimsical Daydreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a1e8, #f2c2ff, #f8a5d3, #f8c8a0, #ffde7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a1e8, #f2c2ff, #f8a5d3, #f8c8a0, #ffde7a);
}

Whimsical Daydreams color palette created on .