Natural Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Natural Green palette

Share this palette to:

Natural Green color palette CSS

/* CSS */
.color-1 {
color: #a0c0a1;
}
.color-2 {
color: #f2e1b5;
}
.color-3 {
color: #f5b7b2;
}
.color-4 {
color: #efb18f;
}
.color-5 {
color: #dac7a4;
}

/* CSS Variables */
:root {
--color-1: #a0c0a1;
--color-2: #f2e1b5;
--color-3: #f5b7b2;
--color-4: #efb18f;
--color-5: #dac7a4;
}

Natural Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0c0a1, #f2e1b5, #f5b7b2, #efb18f, #dac7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0c0a1, #f2e1b5, #f5b7b2, #efb18f, #dac7a4);
}

Natural Green color palette created on .