Green Dystopia Color Palette
Discover the beautiful Green Dystopia color palette featuring olive drab (#6b8f24), korma (#8b4513), web orange (#ffa600), quicksand (#bc8f8f) and sea green (#2e8a56).
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 Green Dystopia palette
💻 Green Dystopia color palette CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #8b4513;
}
.color-3 {
color: #ffa600;
}
.color-4 {
color: #bc8f8f;
}
.color-5 {
color: #2e8a56;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #8b4513;
--color-3: #ffa600;
--color-4: #bc8f8f;
--color-5: #2e8a56;
} 🌈 Green Dystopia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #8b4513, #ffa600, #bc8f8f, #2e8a56);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #8b4513, #ffa600, #bc8f8f, #2e8a56);
} 🔗 Explore similar color palettes
Green Dystopia color palette created on .