Whimsical Garden Dreamscape Color Palette

Discover the beautiful Whimsical Garden Dreamscape color palette featuring snuff (#ede1ef), coriander (#c2c9a6), light wisteria (#bd91d4), chestnut rose (#d05d5f) and trendy pink (#7a5991).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Sage, Vibrant, Spring, Boho, Pastel, Warm Lavender, Soft, Warm 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 Garden Dreamscape palette

Share this palette to:

💻 Whimsical Garden Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ede1ef;
}
.color-2 {
color: #c2c9a6;
}
.color-3 {
color: #bd91d4;
}
.color-4 {
color: #d05d5f;
}
.color-5 {
color: #7a5991;
}

/* CSS Variables */
:root {
--color-1: #ede1ef;
--color-2: #c2c9a6;
--color-3: #bd91d4;
--color-4: #d05d5f;
--color-5: #7a5991;
}

🌈 Whimsical Garden Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede1ef, #c2c9a6, #bd91d4, #d05d5f, #7a5991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede1ef, #c2c9a6, #bd91d4, #d05d5f, #7a5991);
}

Whimsical Garden Dreamscape color palette created on .