Relaxing Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Relaxing Green palette

Share this palette to:

Relaxing Green color palette CSS

/* CSS */
.color-1 {
color: #5cdb8b;
}
.color-2 {
color: #a1e3af;
}
.color-3 {
color: #cff7d3;
}
.color-4 {
color: #f9e2b4;
}
.color-5 {
color: #f49e6c;
}

/* CSS Variables */
:root {
--color-1: #5cdb8b;
--color-2: #a1e3af;
--color-3: #cff7d3;
--color-4: #f9e2b4;
--color-5: #f49e6c;
}

Relaxing Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cdb8b, #a1e3af, #cff7d3, #f9e2b4, #f49e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cdb8b, #a1e3af, #cff7d3, #f9e2b4, #f49e6c);
}

Relaxing Green color palette created on .