Verdant Meadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Meadows palette
Verdant Meadows color palette CSS
/* CSS */
.color-1 {
color: #7bbe4b;
}
.color-2 {
color: #a1d86e;
}
.color-3 {
color: #e1f0a3;
}
.color-4 {
color: #f8dfaf;
}
.color-5 {
color: #f5c3b2;
}
/* CSS Variables */
:root {
--color-1: #7bbe4b;
--color-2: #a1d86e;
--color-3: #e1f0a3;
--color-4: #f8dfaf;
--color-5: #f5c3b2;
}
Verdant Meadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7bbe4b, #a1d86e, #e1f0a3, #f8dfaf, #f5c3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7bbe4b, #a1d86e, #e1f0a3, #f8dfaf, #f5c3b2);
}
Similar color palettes
Verdant Meadows color palette created on .