Rustic Walnut Whisper Color Palette
Discover the beautiful Rustic Walnut Whisper color palette featuring shadow (#8c6b4a), brandy (#d9b58c), brown rust (#a55b3b), gold sand (#e4c086) and quincy (#5b3a29).
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 Walnut Whisper palette
💻 Rustic Walnut Whisper color palette CSS
/* CSS */
.color-1 {
color: #8c6b4a;
}
.color-2 {
color: #d9b58c;
}
.color-3 {
color: #a55b3b;
}
.color-4 {
color: #e4c086;
}
.color-5 {
color: #5b3a29;
}
/* CSS Variables */
:root {
--color-1: #8c6b4a;
--color-2: #d9b58c;
--color-3: #a55b3b;
--color-4: #e4c086;
--color-5: #5b3a29;
} 🌈 Rustic Walnut Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c6b4a, #d9b58c, #a55b3b, #e4c086, #5b3a29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c6b4a, #d9b58c, #a55b3b, #e4c086, #5b3a29);
} 🔗 Explore similar color palettes
Rustic Walnut Whisper color palette created on .