Whispering Woods Color Palette

Discover the beautiful Whispering Woods color palette featuring albescent white (#f5efd1), norway (#a7c5a5), di serria (#d9a65e), tobacco brown (#6f4c3e) and bombay (#b0b3b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Amber, Brown, 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 Whispering Woods palette

Share this palette to:

💻 Whispering Woods color palette CSS

/* CSS */
.color-1 {
color: #f5efd1;
}
.color-2 {
color: #a7c5a5;
}
.color-3 {
color: #d9a65e;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #b0b3b5;
}

/* CSS Variables */
:root {
--color-1: #f5efd1;
--color-2: #a7c5a5;
--color-3: #d9a65e;
--color-4: #6f4c3e;
--color-5: #b0b3b5;
}

🌈 Whispering Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5efd1, #a7c5a5, #d9a65e, #6f4c3e, #b0b3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5efd1, #a7c5a5, #d9a65e, #6f4c3e, #b0b3b5);
}

Whispering Woods color palette created on .