Shades of Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green palette

Share this palette to:

Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #38b74b;
}
.color-2 {
color: #6ecf79;
}
.color-3 {
color: #a6e1a3;
}
.color-4 {
color: #d7f4d7;
}
.color-5 {
color: #f8fdf7;
}

/* CSS Variables */
:root {
--color-1: #38b74b;
--color-2: #6ecf79;
--color-3: #a6e1a3;
--color-4: #d7f4d7;
--color-5: #f8fdf7;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38b74b, #6ecf79, #a6e1a3, #d7f4d7, #f8fdf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38b74b, #6ecf79, #a6e1a3, #d7f4d7, #f8fdf7);
}

Shades of Green color palette created on .