Shades of Jade Color Palette

Discover the beautiful Shades of Jade color palette featuring elm (#1d8c74), puerto rico (#4ebc93), bermuda (#7cd5ae), fringy flower (#a9e0c7) and mint tulip (#c0f2e4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Green, Vibrant, Beach, Summer color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

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: #1d8c74;
}
.color-2 {
color: #4ebc93;
}
.color-3 {
color: #7cd5ae;
}
.color-4 {
color: #a9e0c7;
}
.color-5 {
color: #c0f2e4;
}

/* CSS Variables */
:root {
--color-1: #1d8c74;
--color-2: #4ebc93;
--color-3: #7cd5ae;
--color-4: #a9e0c7;
--color-5: #c0f2e4;
}

🌈 Shades of Jade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8c74, #4ebc93, #7cd5ae, #a9e0c7, #c0f2e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8c74, #4ebc93, #7cd5ae, #a9e0c7, #c0f2e4);
}

Shades of Jade color palette created on .