Jade Color Palette

Discover the beautiful Jade color palette featuring cerulean (#0eb8be), bright turquoise (#10cbe0), dodger blue (#14a9ff), orchid (#e34fc1) and brick red (#ce3b5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Turquoise, Cyan, Magenta, Pink, Bright, Fun, Vibrant, Summer, Beach 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: #0eb8be;
}
.color-2 {
color: #10cbe0;
}
.color-3 {
color: #14a9ff;
}
.color-4 {
color: #e34fc1;
}
.color-5 {
color: #ce3b5b;
}

/* CSS Variables */
:root {
--color-1: #0eb8be;
--color-2: #10cbe0;
--color-3: #14a9ff;
--color-4: #e34fc1;
--color-5: #ce3b5b;
}

🌈 Jade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0eb8be, #10cbe0, #14a9ff, #e34fc1, #ce3b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0eb8be, #10cbe0, #14a9ff, #e34fc1, #ce3b5b);
}

Jade color palette created on .