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: #4b7830;
}
.color-2 {
color: #7c9b4b;
}
.color-3 {
color: #b1d16b;
}
.color-4 {
color: #f1e7a7;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #4b7830;
--color-2: #7c9b4b;
--color-3: #b1d16b;
--color-4: #f1e7a7;
--color-5: #f1c84b;
}
Green Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7830, #7c9b4b, #b1d16b, #f1e7a7, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7830, #7c9b4b, #b1d16b, #f1e7a7, #f1c84b);
}
Similar color palettes
Green Meadow color palette created on .