Verdant Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whispers palette

Share this palette to:

Verdant Whispers color palette CSS

/* CSS */
.color-1 {
color: #40723c;
}
.color-2 {
color: #5b9a73;
}
.color-3 {
color: #7eb078;
}
.color-4 {
color: #aabc8a;
}
.color-5 {
color: #c3ceab;
}

/* CSS Variables */
:root {
--color-1: #40723c;
--color-2: #5b9a73;
--color-3: #7eb078;
--color-4: #aabc8a;
--color-5: #c3ceab;
}

Verdant Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #40723c, #5b9a73, #7eb078, #aabc8a, #c3ceab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #40723c, #5b9a73, #7eb078, #aabc8a, #c3ceab);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Verdant Whispers color palette created on .