Forest Whisper Color Palette

Discover the beautiful Forest Whisper color palette featuring cameo (#dbbca3), birch (#372f25), teal (#038c85), brandy rose (#b8957f) and coffee (#776555).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Teal, Peach, Dark, Earthy, Autumn, Soft, Neutral, Vintage 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 Forest Whisper palette

Share this palette to:

💻 Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #dbbca3;
}
.color-2 {
color: #372f25;
}
.color-3 {
color: #038c85;
}
.color-4 {
color: #b8957f;
}
.color-5 {
color: #776555;
}

/* CSS Variables */
:root {
--color-1: #dbbca3;
--color-2: #372f25;
--color-3: #038c85;
--color-4: #b8957f;
--color-5: #776555;
}

🌈 Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbbca3, #372f25, #038c85, #b8957f, #776555);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbbca3, #372f25, #038c85, #b8957f, #776555);
}

Forest Whisper color palette created on .