Verdant Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whisper palette

Share this palette to:

Verdant Whisper color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #8fbc8f;
}
.color-3 {
color: #98fb98;
}
.color-4 {
color: #c1f0c1;
}
.color-5 {
color: #dae7da;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #8fbc8f;
--color-3: #98fb98;
--color-4: #c1f0c1;
--color-5: #dae7da;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #8fbc8f, #98fb98, #c1f0c1, #dae7da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #8fbc8f, #98fb98, #c1f0c1, #dae7da);
}

Verdant Whisper color palette created on .