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: #3cb472;
}
.color-2 {
color: #60dc8b;
}
.color-3 {
color: #80ffbf;
}
.color-4 {
color: #a5e7a2;
}
.color-5 {
color: #cef8df;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #60dc8b;
--color-3: #80ffbf;
--color-4: #a5e7a2;
--color-5: #cef8df;
}

Emerald Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #60dc8b, #80ffbf, #a5e7a2, #cef8df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #60dc8b, #80ffbf, #a5e7a2, #cef8df);
}

Emerald Whisper color palette created on .