Parched Jade Color Palette
Discover the beautiful Parched Jade color palette featuring opal (#a7c8b9), cashmere (#e3b8a0), mandys pink (#f1c6a7), dairy cream (#f8e3b4) and champagne (#fbe6d0).
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 Parched Jade palette
💻 Parched Jade color palette CSS
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #e3b8a0;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #f8e3b4;
}
.color-5 {
color: #fbe6d0;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #e3b8a0;
--color-3: #f1c6a7;
--color-4: #f8e3b4;
--color-5: #fbe6d0;
} 🌈 Parched Jade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #e3b8a0, #f1c6a7, #f8e3b4, #fbe6d0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #e3b8a0, #f1c6a7, #f8e3b4, #fbe6d0);
} 🔗 Explore similar color palettes
Parched Jade color palette created on .