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: #a9d6bb;
}
.color-2 {
color: #6f9b8a;
}
.color-3 {
color: #4a7c7d;
}
.color-4 {
color: #3c5c5d;
}
.color-5 {
color: #304e50;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #6f9b8a;
--color-3: #4a7c7d;
--color-4: #3c5c5d;
--color-5: #304e50;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #6f9b8a, #4a7c7d, #3c5c5d, #304e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #6f9b8a, #4a7c7d, #3c5c5d, #304e50);
}

Verdant Whisper color palette created on .