Verdant Whisper Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Whisper Palette palette

Share this palette to:

Verdant Whisper Palette color palette CSS

/* CSS */
.color-1 {
color: #d6edcf;
}
.color-2 {
color: #9dd2b1;
}
.color-3 {
color: #84c29a;
}
.color-4 {
color: #8ca38a;
}
.color-5 {
color: #738372;
}

/* CSS Variables */
:root {
--color-1: #d6edcf;
--color-2: #9dd2b1;
--color-3: #84c29a;
--color-4: #8ca38a;
--color-5: #738372;
}

Verdant Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6edcf, #9dd2b1, #84c29a, #8ca38a, #738372);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6edcf, #9dd2b1, #84c29a, #8ca38a, #738372);
}

Similar color palettes

Scroll down to explore 3 Mint green color palettes

Verdant Whisper Palette color palette created on .