Whispering Fawn Color Palette

Discover the beautiful Whispering Fawn color palette featuring wheat (#f6e3b6), sapling (#e1c6a8), cameo (#d9b0a1), oriental pink (#c28a89) and tapestry (#a65e74).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Pink, 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 Whispering Fawn palette

Share this palette to:

💻 Whispering Fawn color palette CSS

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #d9b0a1;
}
.color-4 {
color: #c28a89;
}
.color-5 {
color: #a65e74;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #e1c6a8;
--color-3: #d9b0a1;
--color-4: #c28a89;
--color-5: #a65e74;
}

🌈 Whispering Fawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #e1c6a8, #d9b0a1, #c28a89, #a65e74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #e1c6a8, #d9b0a1, #c28a89, #a65e74);
}

Whispering Fawn color palette created on .