Jade Color Palette
Discover the beautiful Jade color palette featuring silver tree (#53b27d), de york (#8bcb9a), sprout (#b4d9af), tea green (#d7efc3) and frost (#f0f8e8).
Brightness
Saturation
Warmth
💡 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
💻 Jade color palette CSS
/* CSS */
.color-1 {
color: #53b27d;
}
.color-2 {
color: #8bcb9a;
}
.color-3 {
color: #b4d9af;
}
.color-4 {
color: #d7efc3;
}
.color-5 {
color: #f0f8e8;
}
/* CSS Variables */
:root {
--color-1: #53b27d;
--color-2: #8bcb9a;
--color-3: #b4d9af;
--color-4: #d7efc3;
--color-5: #f0f8e8;
}
🌈 Jade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #53b27d, #8bcb9a, #b4d9af, #d7efc3, #f0f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #53b27d, #8bcb9a, #b4d9af, #d7efc3, #f0f8e8);
}
🔗 Explore similar color palettes
Jade color palette created on .