Dreamy Whimsy Color Palette

Discover the beautiful Dreamy Whimsy color palette featuring vanilla ice (#f3d0d7), vanilla ice (#f2d2e8), catskill white (#e2eaf1), geyser (#c9d8df) and opal (#aec5b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Lavender, Lilac, Muted, Pink, Soft, Summer 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 Whimsy palette

Share this palette to:

💻 Dreamy Whimsy color palette CSS

/* CSS */
.color-1 {
color: #f3d0d7;
}
.color-2 {
color: #f2d2e8;
}
.color-3 {
color: #e2eaf1;
}
.color-4 {
color: #c9d8df;
}
.color-5 {
color: #aec5b9;
}

/* CSS Variables */
:root {
--color-1: #f3d0d7;
--color-2: #f2d2e8;
--color-3: #e2eaf1;
--color-4: #c9d8df;
--color-5: #aec5b9;
}

🌈 Dreamy Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d0d7, #f2d2e8, #e2eaf1, #c9d8df, #aec5b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d0d7, #f2d2e8, #e2eaf1, #c9d8df, #aec5b9);
}

Dreamy Whimsy color palette created on .