Evergreen Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Evergreen Whisper palette
Evergreen Whisper color palette CSS
/* CSS */
.color-1 {
color: #4b9b7d;
}
.color-2 {
color: #7ebe83;
}
.color-3 {
color: #a5d9a0;
}
.color-4 {
color: #dfe9b4;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #4b9b7d;
--color-2: #7ebe83;
--color-3: #a5d9a0;
--color-4: #dfe9b4;
--color-5: #f5c400;
}
Evergreen Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b7d, #7ebe83, #a5d9a0, #dfe9b4, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b7d, #7ebe83, #a5d9a0, #dfe9b4, #f5c400);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Evergreen Whisper color palette created on .