Emerald Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Shades palette

Share this palette to:

Emerald Shades color palette CSS

/* CSS */
.color-1 {
color: #19b87b;
}
.color-2 {
color: #3ddb8c;
}
.color-3 {
color: #66eba6;
}
.color-4 {
color: #a3f5da;
}
.color-5 {
color: #e6ffe5;
}

/* CSS Variables */
:root {
--color-1: #19b87b;
--color-2: #3ddb8c;
--color-3: #66eba6;
--color-4: #a3f5da;
--color-5: #e6ffe5;
}

Emerald Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b87b, #3ddb8c, #66eba6, #a3f5da, #e6ffe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b87b, #3ddb8c, #66eba6, #a3f5da, #e6ffe5);
}

Emerald Shades color palette created on .