Lush Verdant Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lush Verdant Dreams palette
Lush Verdant Dreams color palette CSS
/* CSS */
.color-1 {
color: #a8d86f;
}
.color-2 {
color: #b3e09e;
}
.color-3 {
color: #c1edb5;
}
.color-4 {
color: #e4f99f;
}
.color-5 {
color: #f2ffc7;
}
/* CSS Variables */
:root {
--color-1: #a8d86f;
--color-2: #b3e09e;
--color-3: #c1edb5;
--color-4: #e4f99f;
--color-5: #f2ffc7;
}
Lush Verdant Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d86f, #b3e09e, #c1edb5, #e4f99f, #f2ffc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d86f, #b3e09e, #c1edb5, #e4f99f, #f2ffc7);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Lush Verdant Dreams color palette created on .