Green Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Sunset palette

Share this palette to:

Green Sunset color palette CSS

/* CSS */
.color-1 {
color: #5abf4a;
}
.color-2 {
color: #f2d86e;
}
.color-3 {
color: #f77d3b;
}
.color-4 {
color: #d9513f;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #5abf4a;
--color-2: #f2d86e;
--color-3: #f77d3b;
--color-4: #d9513f;
--color-5: #4b91e2;
}

Green Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf4a, #f2d86e, #f77d3b, #d9513f, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf4a, #f2d86e, #f77d3b, #d9513f, #4b91e2);
}

Green Sunset color palette created on .