Emerald Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Whisper palette

Share this palette to:

Emerald Whisper color palette CSS

/* CSS */
.color-1 {
color: #285729;
}
.color-2 {
color: #41723b;
}
.color-3 {
color: #649843;
}
.color-4 {
color: #9dc87e;
}
.color-5 {
color: #c2d3a7;
}

/* CSS Variables */
:root {
--color-1: #285729;
--color-2: #41723b;
--color-3: #649843;
--color-4: #9dc87e;
--color-5: #c2d3a7;
}

Emerald Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #285729, #41723b, #649843, #9dc87e, #c2d3a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #285729, #41723b, #649843, #9dc87e, #c2d3a7);
}

Emerald Whisper color palette created on .