Verdant Vision Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Vision palette
Verdant Vision color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #4fa18f;
}
.color-3 {
color: #2b7d6e;
}
.color-4 {
color: #1c5e4d;
}
.color-5 {
color: #1f3d3b;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #4fa18f;
--color-3: #2b7d6e;
--color-4: #1c5e4d;
--color-5: #1f3d3b;
}
Verdant Vision background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #4fa18f, #2b7d6e, #1c5e4d, #1f3d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #4fa18f, #2b7d6e, #1c5e4d, #1f3d3b);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Verdant Vision color palette created on .