Brown Green Aesthetic Color Palette
Discover the beautiful Brown Green Aesthetic color palette featuring shingle fawn (#6a4b39), domino (#8e7b5d), coriander (#b4c99c), kidnapper (#d8e3ca) and ecru white (#f4f6e9).
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 Green Aesthetic palette
💻 Brown Green Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #6a4b39;
}
.color-2 {
color: #8e7b5d;
}
.color-3 {
color: #b4c99c;
}
.color-4 {
color: #d8e3ca;
}
.color-5 {
color: #f4f6e9;
}
/* CSS Variables */
:root {
--color-1: #6a4b39;
--color-2: #8e7b5d;
--color-3: #b4c99c;
--color-4: #d8e3ca;
--color-5: #f4f6e9;
}
🌈 Brown Green Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b39, #8e7b5d, #b4c99c, #d8e3ca, #f4f6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b39, #8e7b5d, #b4c99c, #d8e3ca, #f4f6e9);
}
🔗 Explore similar color palettes
Brown Green Aesthetic color palette created on .