Verdant Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Whisper palette
Verdant Whisper color palette CSS
/* CSS */
.color-1 {
color: #4a9e3d;
}
.color-2 {
color: #6dba4a;
}
.color-3 {
color: #8edc7f;
}
.color-4 {
color: #b4e8a1;
}
.color-5 {
color: #e1f3d3;
}
/* CSS Variables */
:root {
--color-1: #4a9e3d;
--color-2: #6dba4a;
--color-3: #8edc7f;
--color-4: #b4e8a1;
--color-5: #e1f3d3;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9e3d, #6dba4a, #8edc7f, #b4e8a1, #e1f3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9e3d, #6dba4a, #8edc7f, #b4e8a1, #e1f3d3);
}
Similar color palettes
Scroll down to explore 500+ Green color palettes
Verdant Whisper color palette created on .