Emerald Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Shades palette

Share this palette to:

Download Emerald Shades Color Palette (PNG)

Download emerald shades color palette PNG image (landscape)
Download emerald shades color palette PNG image (square)

Emerald Shades color palette CSS

/* CSS */
.color-1 {
color: #0d4a38;
}
.color-2 {
color: #e67d14;
}
.color-3 {
color: #d15c93;
}
.color-4 {
color: #9a69bf;
}
.color-5 {
color: #2b7c7d;
}

/* CSS Variables */
:root {
--color-1: #0d4a38;
--color-2: #e67d14;
--color-3: #d15c93;
--color-4: #9a69bf;
--color-5: #2b7c7d;
}

Emerald Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d4a38, #e67d14, #d15c93, #9a69bf, #2b7c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d4a38, #e67d14, #d15c93, #9a69bf, #2b7c7d);
}

Emerald Shades color palette created on .