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: #b5d99b;
}
.color-2 {
color: #7eba6d;
}
.color-3 {
color: #4f9c51;
}
.color-4 {
color: #3e7c3c;
}
.color-5 {
color: #2d5a2b;
}
/* CSS Variables */
:root {
--color-1: #b5d99b;
--color-2: #7eba6d;
--color-3: #4f9c51;
--color-4: #3e7c3c;
--color-5: #2d5a2b;
}
Verdant Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d99b, #7eba6d, #4f9c51, #3e7c3c, #2d5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d99b, #7eba6d, #4f9c51, #3e7c3c, #2d5a2b);
}
Similar color palettes
Verdant Whispers color palette created on .