Shades of Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green palette

Share this palette to:

Download Shades of Green Color Palette (PNG)

Download shades of green color palette PNG image (landscape)
Download shades of green color palette PNG image (square)

Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #5d6308;
}
.color-2 {
color: #a9b120;
}
.color-3 {
color: #c5d539;
}
.color-4 {
color: #f4df57;
}
.color-5 {
color: #f9bf10;
}

/* CSS Variables */
:root {
--color-1: #5d6308;
--color-2: #a9b120;
--color-3: #c5d539;
--color-4: #f4df57;
--color-5: #f9bf10;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6308, #a9b120, #c5d539, #f4df57, #f9bf10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6308, #a9b120, #c5d539, #f4df57, #f9bf10);
}

Similar color palettes

Shades of Green color palette created on .