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: #9bcb76;
}
.color-2 {
color: #67a84d;
}
.color-3 {
color: #4a8a3d;
}
.color-4 {
color: #306a29;
}
.color-5 {
color: #1a4c1f;
}
/* CSS Variables */
:root {
--color-1: #9bcb76;
--color-2: #67a84d;
--color-3: #4a8a3d;
--color-4: #306a29;
--color-5: #1a4c1f;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bcb76, #67a84d, #4a8a3d, #306a29, #1a4c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bcb76, #67a84d, #4a8a3d, #306a29, #1a4c1f);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Verdant Whisper color palette created on .