Green Tube Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Tube palette

Share this palette to:

Green Tube color palette CSS

/* CSS */
.color-1 {
color: #5eba7e;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #a8df9f;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #5eba7e;
--color-2: #7fd959;
--color-3: #a8df9f;
--color-4: #f4cf3e;
--color-5: #f39c12;
}

Green Tube background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5eba7e, #7fd959, #a8df9f, #f4cf3e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5eba7e, #7fd959, #a8df9f, #f4cf3e, #f39c12);
}

Green Tube color palette created on .