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: #93bb86;
}
.color-2 {
color: #b7d0ae;
}
.color-3 {
color: #cbddc5;
}
.color-4 {
color: #dde8d9;
}
.color-5 {
color: #edf3f3;
}

/* CSS Variables */
:root {
--color-1: #93bb86;
--color-2: #b7d0ae;
--color-3: #cbddc5;
--color-4: #dde8d9;
--color-5: #edf3f3;
}

Emerald Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #93bb86, #b7d0ae, #cbddc5, #dde8d9, #edf3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #93bb86, #b7d0ae, #cbddc5, #dde8d9, #edf3f3);
}

Similar color palettes

Scroll down to explore 2 Green color palettes

Emerald Whisper color palette created on .