Green BelowNatural Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green BelowNatural palette

Share this palette to:

Green BelowNatural color palette CSS

/* CSS */
.color-1 {
color: #74b49b;
}
.color-2 {
color: #b2d7b3;
}
.color-3 {
color: #f2dfc0;
}
.color-4 {
color: #f4b571;
}
.color-5 {
color: #e69b8e;
}

/* CSS Variables */
:root {
--color-1: #74b49b;
--color-2: #b2d7b3;
--color-3: #f2dfc0;
--color-4: #f4b571;
--color-5: #e69b8e;
}

Green BelowNatural background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b49b, #b2d7b3, #f2dfc0, #f4b571, #e69b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b49b, #b2d7b3, #f2dfc0, #f4b571, #e69b8e);
}

Green BelowNatural color palette created on .