Jade Color Palette

Discover the beautiful Jade color palette featuring cerulean (#0eb7be), bright turquoise (#10ccdf), dodger blue (#13aaff), orchid (#e34fc0) and brick red (#cd3a59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Cyan, Fun, Magenta, Pink, Summer, Turquoise, Vibrant 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 Jade palette

Share this palette to:

💻 Jade color palette CSS

/* CSS */
.color-1 {
color: #0eb7be;
}
.color-2 {
color: #10ccdf;
}
.color-3 {
color: #13aaff;
}
.color-4 {
color: #e34fc0;
}
.color-5 {
color: #cd3a59;
}

/* CSS Variables */
:root {
--color-1: #0eb7be;
--color-2: #10ccdf;
--color-3: #13aaff;
--color-4: #e34fc0;
--color-5: #cd3a59;
}

🌈 Jade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0eb7be, #10ccdf, #13aaff, #e34fc0, #cd3a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0eb7be, #10ccdf, #13aaff, #e34fc0, #cd3a59);
}

Jade color palette created on .