Shades of Jade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Jade palette

Share this palette to:

Shades of Jade color palette CSS

/* CSS */
.color-1 {
color: #71dab2;
}
.color-2 {
color: #4abf98;
}
.color-3 {
color: #3ba084;
}
.color-4 {
color: #2a8d73;
}
.color-5 {
color: #1d8168;
}

/* CSS Variables */
:root {
--color-1: #71dab2;
--color-2: #4abf98;
--color-3: #3ba084;
--color-4: #2a8d73;
--color-5: #1d8168;
}

Shades of Jade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71dab2, #4abf98, #3ba084, #2a8d73, #1d8168);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71dab2, #4abf98, #3ba084, #2a8d73, #1d8168);
}

Shades of Jade color palette created on .