Verdant Whispering Woods Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whispering Woods palette
Image Gallery
Verdant Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #cad468;
}
.color-2 {
color: #96a34d;
}
.color-3 {
color: #879b89;
}
.color-4 {
color: #707f3d;
}
.color-5 {
color: #536529;
}
/* CSS Variables */
:root {
--color-1: #cad468;
--color-2: #96a34d;
--color-3: #879b89;
--color-4: #707f3d;
--color-5: #536529;
}
Verdant Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cad468, #96a34d, #879b89, #707f3d, #536529);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cad468, #96a34d, #879b89, #707f3d, #536529);
}
Similar color palettes
Scroll down to explore 2 Lime green color palettes
Verdant Whispering Woods color palette created on .