Verdant Voyage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Voyage palette
Color Inspiration
Images that showcase this color palette in real designs
Download Verdant Voyage Color Palette (PNG)
Verdant Voyage color palette CSS
/* CSS */
.color-1 {
color: #1e8f60;
}
.color-2 {
color: #4fbf8d;
}
.color-3 {
color: #8cdeb6;
}
.color-4 {
color: #f3e69b;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #1e8f60;
--color-2: #4fbf8d;
--color-3: #8cdeb6;
--color-4: #f3e69b;
--color-5: #f9c54e;
}
Verdant Voyage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8f60, #4fbf8d, #8cdeb6, #f3e69b, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8f60, #4fbf8d, #8cdeb6, #f3e69b, #f9c54e);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Verdant Voyage color palette created on .