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: #d5e5a4;
}
.color-2 {
color: #a2c3b1;
}
.color-3 {
color: #6f9f8e;
}
.color-4 {
color: #4b8b84;
}
.color-5 {
color: #397976;
}

/* CSS Variables */
:root {
--color-1: #d5e5a4;
--color-2: #a2c3b1;
--color-3: #6f9f8e;
--color-4: #4b8b84;
--color-5: #397976;
}

Verdant Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e5a4, #a2c3b1, #6f9f8e, #4b8b84, #397976);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e5a4, #a2c3b1, #6f9f8e, #4b8b84, #397976);
}

Verdant Whisper color palette created on .