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: #ffffff;
}
.color-2 {
color: #d3e5d1;
}
.color-3 {
color: #a8c4a1;
}
.color-4 {
color: #7ba37b;
}
.color-5 {
color: #4b815b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d3e5d1;
--color-3: #a8c4a1;
--color-4: #7ba37b;
--color-5: #4b815b;
}
Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d3e5d1, #a8c4a1, #7ba37b, #4b815b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d3e5d1, #a8c4a1, #7ba37b, #4b815b);
}
Similar color palettes
Verdant Whisper color palette created on .