Evergreen Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Evergreen Whisper palette

Share this palette to:

Evergreen Whisper color palette CSS

/* CSS */
.color-1 {
color: #a4da8b;
}
.color-2 {
color: #a7e3a1;
}
.color-3 {
color: #b9e0b2;
}
.color-4 {
color: #d6e6a7;
}
.color-5 {
color: #e0f1b7;
}

/* CSS Variables */
:root {
--color-1: #a4da8b;
--color-2: #a7e3a1;
--color-3: #b9e0b2;
--color-4: #d6e6a7;
--color-5: #e0f1b7;
}

Evergreen Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4da8b, #a7e3a1, #b9e0b2, #d6e6a7, #e0f1b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4da8b, #a7e3a1, #b9e0b2, #d6e6a7, #e0f1b7);
}

Evergreen Whisper color palette created on .