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 PNG image

Download shades of jade color palette PNG image (landscape)
Download shades of jade color palette PNG image (square)

Shades of Jade color palette CSS

/* CSS */
.color-1 {
color: #009474;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #82e3b6;
}
.color-4 {
color: #b2f0d9;
}
.color-5 {
color: #d6ffef;
}

/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #4cb8a0;
--color-3: #82e3b6;
--color-4: #b2f0d9;
--color-5: #d6ffef;
}

Shades of Jade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #4cb8a0, #82e3b6, #b2f0d9, #d6ffef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #4cb8a0, #82e3b6, #b2f0d9, #d6ffef);
}

Shades of Jade color palette created on .