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: #a6d9a1;
}
.color-2 {
color: #7ebe8b;
}
.color-3 {
color: #60af76;
}
.color-4 {
color: #409c61;
}
.color-5 {
color: #2b7d4c;
}

/* CSS Variables */
:root {
--color-1: #a6d9a1;
--color-2: #7ebe8b;
--color-3: #60af76;
--color-4: #409c61;
--color-5: #2b7d4c;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d9a1, #7ebe8b, #60af76, #409c61, #2b7d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d9a1, #7ebe8b, #60af76, #409c61, #2b7d4c);
}

Verdant Whisper color palette created on .