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: #4c8e1f;
}
.color-2 {
color: #5cbf4f;
}
.color-3 {
color: #90dc74;
}
.color-4 {
color: #c5e0a3;
}
.color-5 {
color: #f0f9e1;
}
/* CSS Variables */
:root {
--color-1: #4c8e1f;
--color-2: #5cbf4f;
--color-3: #90dc74;
--color-4: #c5e0a3;
--color-5: #f0f9e1;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8e1f, #5cbf4f, #90dc74, #c5e0a3, #f0f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8e1f, #5cbf4f, #90dc74, #c5e0a3, #f0f9e1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Verdant Whisper color palette created on .