Dystopian Green Color Palette

Discover the beautiful Dystopian Green color palette featuring norway (#a8bba0), spring leaves (#5b8069), mineral green (#3c5d4b), heavy metal (#2d3a2c) and green kelp (#1c2c23).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Earthy, Green, Modern, Nature color palettes and combinations.

💡 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 Dystopian Green palette

Share this palette to:

💻 Dystopian Green color palette CSS

/* CSS */
.color-1 {
color: #a8bba0;
}
.color-2 {
color: #5b8069;
}
.color-3 {
color: #3c5d4b;
}
.color-4 {
color: #2d3a2c;
}
.color-5 {
color: #1c2c23;
}

/* CSS Variables */
:root {
--color-1: #a8bba0;
--color-2: #5b8069;
--color-3: #3c5d4b;
--color-4: #2d3a2c;
--color-5: #1c2c23;
}

🌈 Dystopian Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8bba0, #5b8069, #3c5d4b, #2d3a2c, #1c2c23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8bba0, #5b8069, #3c5d4b, #2d3a2c, #1c2c23);
}

Dystopian Green color palette created on .