Chateau Whispers Color Palette
Discover the beautiful Chateau Whispers color palette featuring quincy (#5b3a29), antique brass (#c87b5b), akaroa (#d4c2a0), pigeon post (#a4b2d6) and oxford blue (#3a4959).
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 Chateau Whispers palette
💻 Chateau Whispers color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c87b5b;
}
.color-3 {
color: #d4c2a0;
}
.color-4 {
color: #a4b2d6;
}
.color-5 {
color: #3a4959;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c87b5b;
--color-3: #d4c2a0;
--color-4: #a4b2d6;
--color-5: #3a4959;
} 🌈 Chateau Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c87b5b, #d4c2a0, #a4b2d6, #3a4959);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c87b5b, #d4c2a0, #a4b2d6, #3a4959);
} 🔗 Explore similar color palettes
Chateau Whispers color palette created on .