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: #5a894d;
}
.color-2 {
color: #a0c18b;
}
.color-3 {
color: #d3e4b4;
}
.color-4 {
color: #f2f9e7;
}
.color-5 {
color: #f2e3b5;
}
/* CSS Variables */
:root {
--color-1: #5a894d;
--color-2: #a0c18b;
--color-3: #d3e4b4;
--color-4: #f2f9e7;
--color-5: #f2e3b5;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a894d, #a0c18b, #d3e4b4, #f2f9e7, #f2e3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a894d, #a0c18b, #d3e4b4, #f2f9e7, #f2e3b5);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Verdant Whisper color palette created on .