Material Harmony Color Palette
Discover the beautiful Material Harmony color palette featuring cornflower blue (#4387f4), chateau green (#34a853), amber (#fbbd04), cinnabar (#ea4334) and tropical blue (#b9d7f8).
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 Material Harmony palette
💻 Material Harmony color palette CSS
/* CSS */
.color-1 {
color: #4387f4;
}
.color-2 {
color: #34a853;
}
.color-3 {
color: #fbbd04;
}
.color-4 {
color: #ea4334;
}
.color-5 {
color: #b9d7f8;
}
/* CSS Variables */
:root {
--color-1: #4387f4;
--color-2: #34a853;
--color-3: #fbbd04;
--color-4: #ea4334;
--color-5: #b9d7f8;
} 🌈 Material Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4387f4, #34a853, #fbbd04, #ea4334, #b9d7f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4387f4, #34a853, #fbbd04, #ea4334, #b9d7f8);
} 🔗 Explore similar color palettes
Material Harmony color palette created on .