Green Stained Glass Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Stained Glass palette

Share this palette to:

Green Stained Glass color palette CSS

/* CSS */
.color-1 {
color: #5b8b5e;
}
.color-2 {
color: #8ccb8b;
}
.color-3 {
color: #b8e2a1;
}
.color-4 {
color: #f4e2b8;
}
.color-5 {
color: #dbc09f;
}

/* CSS Variables */
:root {
--color-1: #5b8b5e;
--color-2: #8ccb8b;
--color-3: #b8e2a1;
--color-4: #f4e2b8;
--color-5: #dbc09f;
}

Green Stained Glass background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b5e, #8ccb8b, #b8e2a1, #f4e2b8, #dbc09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b5e, #8ccb8b, #b8e2a1, #f4e2b8, #dbc09f);
}

Green Stained Glass color palette created on .