Mellow Malachite Color Palette
Discover the beautiful Mellow Malachite color palette featuring viridian (#398e6d), puerto rico (#4fbf9e), chinook (#a2e6b6), gossip (#d5f7b5) and sidecar (#f5f5b8).
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 Mellow Malachite palette
💻 Mellow Malachite color palette CSS
/* CSS */
.color-1 {
color: #398e6d;
}
.color-2 {
color: #4fbf9e;
}
.color-3 {
color: #a2e6b6;
}
.color-4 {
color: #d5f7b5;
}
.color-5 {
color: #f5f5b8;
}
/* CSS Variables */
:root {
--color-1: #398e6d;
--color-2: #4fbf9e;
--color-3: #a2e6b6;
--color-4: #d5f7b5;
--color-5: #f5f5b8;
} 🌈 Mellow Malachite background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #398e6d, #4fbf9e, #a2e6b6, #d5f7b5, #f5f5b8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #398e6d, #4fbf9e, #a2e6b6, #d5f7b5, #f5f5b8);
} 🔗 Explore similar color palettes
Mellow Malachite color palette created on .