Verdant Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whispers palette
Verdant Whispers color palette CSS
/* CSS */
.color-1 {
color: #4e8c4a;
}
.color-2 {
color: #6ebf90;
}
.color-3 {
color: #a3d9a1;
}
.color-4 {
color: #d2e5b8;
}
.color-5 {
color: #f2f8e8;
}
/* CSS Variables */
:root {
--color-1: #4e8c4a;
--color-2: #6ebf90;
--color-3: #a3d9a1;
--color-4: #d2e5b8;
--color-5: #f2f8e8;
}
Verdant Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e8c4a, #6ebf90, #a3d9a1, #d2e5b8, #f2f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e8c4a, #6ebf90, #a3d9a1, #d2e5b8, #f2f8e8);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Verdant Whispers color palette created on .