Shades of Green Pea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green Pea palette

Share this palette to:

Shades of Green Pea color palette CSS

/* CSS */
.color-1 {
color: #1d6243;
}
.color-2 {
color: #2d7b55;
}
.color-3 {
color: #4baf6c;
}
.color-4 {
color: #a1d9a1;
}
.color-5 {
color: #e4f6e4;
}

/* CSS Variables */
:root {
--color-1: #1d6243;
--color-2: #2d7b55;
--color-3: #4baf6c;
--color-4: #a1d9a1;
--color-5: #e4f6e4;
}

Shades of Green Pea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d6243, #2d7b55, #4baf6c, #a1d9a1, #e4f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d6243, #2d7b55, #4baf6c, #a1d9a1, #e4f6e4);
}

Shades of Green Pea color palette created on .