Victorian Eccentric Color Palette
Discover the beautiful Victorian Eccentric color palette featuring hippie green (#4b7c4f), olivine (#a5b96a), tacha (#d1c35c), anzac (#e6b84c) and mule fawn (#8e5b2f).
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 Victorian Eccentric palette
💻 Victorian Eccentric color palette CSS
/* CSS */
.color-1 {
color: #4b7c4f;
}
.color-2 {
color: #a5b96a;
}
.color-3 {
color: #d1c35c;
}
.color-4 {
color: #e6b84c;
}
.color-5 {
color: #8e5b2f;
}
/* CSS Variables */
:root {
--color-1: #4b7c4f;
--color-2: #a5b96a;
--color-3: #d1c35c;
--color-4: #e6b84c;
--color-5: #8e5b2f;
} 🌈 Victorian Eccentric background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c4f, #a5b96a, #d1c35c, #e6b84c, #8e5b2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c4f, #a5b96a, #d1c35c, #e6b84c, #8e5b2f);
} 🔗 Explore similar color palettes
Victorian Eccentric color palette created on .