Dirty Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dirty Green palette

Share this palette to:

Dirty Green color palette CSS

/* CSS */
.color-1 {
color: #3a3b30;
}
.color-2 {
color: #595c47;
}
.color-3 {
color: #7b7f5c;
}
.color-4 {
color: #a8a55d;
}
.color-5 {
color: #c8c978;
}

/* CSS Variables */
:root {
--color-1: #3a3b30;
--color-2: #595c47;
--color-3: #7b7f5c;
--color-4: #a8a55d;
--color-5: #c8c978;
}

Dirty Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b30, #595c47, #7b7f5c, #a8a55d, #c8c978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b30, #595c47, #7b7f5c, #a8a55d, #c8c978);
}

Dirty Green color palette created on .