Green Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Meadow palette
Green Meadow color palette CSS
/* CSS */
.color-1 {
color: #19b385;
}
.color-2 {
color: #a1d9a0;
}
.color-3 {
color: #e6efe7;
}
.color-4 {
color: #f6d379;
}
.color-5 {
color: #e0a500;
}
/* CSS Variables */
:root {
--color-1: #19b385;
--color-2: #a1d9a0;
--color-3: #e6efe7;
--color-4: #f6d379;
--color-5: #e0a500;
}
Green Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b385, #a1d9a0, #e6efe7, #f6d379, #e0a500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b385, #a1d9a0, #e6efe7, #f6d379, #e0a500);
}
Similar color palettes
Scroll down to explore 300+ Nature color palettes
Green Meadow color palette created on .