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