Dark Green Y2K Color Palette

Brightness

Saturation

Warmth

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);
}

Similar color palettes

Dark Green Y2K color palette created on .