Cedar Grove Whisper Color Palette
Discover the beautiful Cedar Grove Whisper color palette featuring santa fe (#a86a4d), indian khaki (#bfaf8d), pavlova (#d9cba5), grain brown (#e2c9b1) and sorrell brown (#d3b59c).
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 Cedar Grove Whisper palette
💻 Cedar Grove Whisper color palette CSS
/* CSS */
.color-1 {
color: #a86a4d;
}
.color-2 {
color: #bfaf8d;
}
.color-3 {
color: #d9cba5;
}
.color-4 {
color: #e2c9b1;
}
.color-5 {
color: #d3b59c;
}
/* CSS Variables */
:root {
--color-1: #a86a4d;
--color-2: #bfaf8d;
--color-3: #d9cba5;
--color-4: #e2c9b1;
--color-5: #d3b59c;
} 🌈 Cedar Grove Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86a4d, #bfaf8d, #d9cba5, #e2c9b1, #d3b59c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86a4d, #bfaf8d, #d9cba5, #e2c9b1, #d3b59c);
} 🔗 Explore similar color palettes
Cedar Grove Whisper color palette created on .