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: #6fbe91;
}
.color-2 {
color: #f3e4af;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f25a78;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #6fbe91;
--color-2: #f3e4af;
--color-3: #f0a800;
--color-4: #f25a78;
--color-5: #6a5bcd;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe91, #f3e4af, #f0a800, #f25a78, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe91, #f3e4af, #f0a800, #f25a78, #6a5bcd);
}

Shades of Green color palette created on .