Sophisticated Organic Color Palette
Discover the beautiful Sophisticated Organic color palette featuring verdigris (#656a39), gimblet (#bdbb6f), double spanish white (#e8dbb9), tan (#cca479) and santa fe (#a6674e).
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 Sophisticated Organic palette
💻 Sophisticated Organic color palette CSS
/* CSS */
.color-1 {
color: #656a39;
}
.color-2 {
color: #bdbb6f;
}
.color-3 {
color: #e8dbb9;
}
.color-4 {
color: #cca479;
}
.color-5 {
color: #a6674e;
}
/* CSS Variables */
:root {
--color-1: #656a39;
--color-2: #bdbb6f;
--color-3: #e8dbb9;
--color-4: #cca479;
--color-5: #a6674e;
} 🌈 Sophisticated Organic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #656a39, #bdbb6f, #e8dbb9, #cca479, #a6674e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #656a39, #bdbb6f, #e8dbb9, #cca479, #a6674e);
} 🔗 Explore similar color palettes
Sophisticated Organic color palette created on .