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: #5e7f57;
}
.color-2 {
color: #80af6e;
}
.color-3 {
color: #a5d39c;
}
.color-4 {
color: #d6e8b5;
}
.color-5 {
color: #f2f6df;
}

/* CSS Variables */
:root {
--color-1: #5e7f57;
--color-2: #80af6e;
--color-3: #a5d39c;
--color-4: #d6e8b5;
--color-5: #f2f6df;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e7f57, #80af6e, #a5d39c, #d6e8b5, #f2f6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e7f57, #80af6e, #a5d39c, #d6e8b5, #f2f6df);
}

Verdant Whisper color palette created on .