Shades of Jade Color Palette
Discover the beautiful Shades of Jade color palette featuring observatory (#009474), puerto rico (#4cb8a0), algae green (#82e3b6), magic mint (#b2f0d9) and frosted mint (#d6ffef).
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 Shades of Jade palette
💻 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);
}
🔗 Explore similar color palettes
Shades of Jade color palette created on .