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: #a1d9a8;
}
.color-2 {
color: #69b56b;
}
.color-3 {
color: #4d9a4c;
}
.color-4 {
color: #4c7a3e;
}
.color-5 {
color: #a9d7a7;
}

/* CSS Variables */
:root {
--color-1: #a1d9a8;
--color-2: #69b56b;
--color-3: #4d9a4c;
--color-4: #4c7a3e;
--color-5: #a9d7a7;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9a8, #69b56b, #4d9a4c, #4c7a3e, #a9d7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9a8, #69b56b, #4d9a4c, #4c7a3e, #a9d7a7);
}

Verdant Whisper color palette created on .