Brown Vanilla Color Palette
Discover the beautiful Brown Vanilla color palette featuring akaroa (#d7c9a3), indian khaki (#bfae92), sandal (#a78d6c), potters clay (#8a593d) and quincy (#5a3a2a).
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 Brown Vanilla palette
💻 Brown Vanilla color palette CSS
/* CSS */
.color-1 {
color: #d7c9a3;
}
.color-2 {
color: #bfae92;
}
.color-3 {
color: #a78d6c;
}
.color-4 {
color: #8a593d;
}
.color-5 {
color: #5a3a2a;
}
/* CSS Variables */
:root {
--color-1: #d7c9a3;
--color-2: #bfae92;
--color-3: #a78d6c;
--color-4: #8a593d;
--color-5: #5a3a2a;
}
🌈 Brown Vanilla background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9a3, #bfae92, #a78d6c, #8a593d, #5a3a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9a3, #bfae92, #a78d6c, #8a593d, #5a3a2a);
}
🔗 Explore similar color palettes
Brown Vanilla color palette created on .