Dark Green Y2K Color Palette

Discover the beautiful Dark Green Y2K color palette featuring te papa green (#1d3f34), aqua forest (#4f9c78), vista blue (#7ed3a1), chinook (#a1e3b8) and peppermint (#d4f2d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Y2k, Bright, Vibrant, Nature, Soft, Modern, Spring, Retro, Earthy 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 Dark Green Y2K palette

Share this palette to:

💻 Dark Green Y2K color palette CSS

/* CSS */
.color-1 {
color: #1d3f34;
}
.color-2 {
color: #4f9c78;
}
.color-3 {
color: #7ed3a1;
}
.color-4 {
color: #a1e3b8;
}
.color-5 {
color: #d4f2d5;
}

/* CSS Variables */
:root {
--color-1: #1d3f34;
--color-2: #4f9c78;
--color-3: #7ed3a1;
--color-4: #a1e3b8;
--color-5: #d4f2d5;
}

🌈 Dark Green Y2K background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f34, #4f9c78, #7ed3a1, #a1e3b8, #d4f2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f34, #4f9c78, #7ed3a1, #a1e3b8, #d4f2d5);
}

Dark Green Y2K color palette created on .