Rustic Whispering Woods Color Palette
Discover the beautiful Rustic Whispering Woods color palette featuring pink swan (#beacb1), sandrift (#ad897f), buttered rum (#ab6c0d), beaver (#86655b) and pickled bean (#774822).
Brightness
Saturation
Warmth
💡 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 Rustic Whispering Woods palette
Image Gallery
💻 Rustic Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #beacb1;
}
.color-2 {
color: #ad897f;
}
.color-3 {
color: #ab6c0d;
}
.color-4 {
color: #86655b;
}
.color-5 {
color: #774822;
}
/* CSS Variables */
:root {
--color-1: #beacb1;
--color-2: #ad897f;
--color-3: #ab6c0d;
--color-4: #86655b;
--color-5: #774822;
}
🌈 Rustic Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beacb1, #ad897f, #ab6c0d, #86655b, #774822);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beacb1, #ad897f, #ab6c0d, #86655b, #774822);
}
🔗 Explore similar color palettes
Rustic Whispering Woods color palette created on .