Wildflower Whispers Color Palette

Discover the beautiful Wildflower Whispers color palette featuring mule fawn (#8c5c2b), gimblet (#bfa46e), double spanish white (#e6d8b7), rainee (#b0c4a1) and cutty sark (#4f7878).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Green, Beige, Bright 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 Wildflower Whispers palette

Share this palette to:

💻 Wildflower Whispers color palette CSS

/* CSS */
.color-1 {
color: #8c5c2b;
}
.color-2 {
color: #bfa46e;
}
.color-3 {
color: #e6d8b7;
}
.color-4 {
color: #b0c4a1;
}
.color-5 {
color: #4f7878;
}

/* CSS Variables */
:root {
--color-1: #8c5c2b;
--color-2: #bfa46e;
--color-3: #e6d8b7;
--color-4: #b0c4a1;
--color-5: #4f7878;
}

🌈 Wildflower Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5c2b, #bfa46e, #e6d8b7, #b0c4a1, #4f7878);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5c2b, #bfa46e, #e6d8b7, #b0c4a1, #4f7878);
}

Wildflower Whispers color palette created on .