Zecora Color Palette
Discover the beautiful Zecora color palette featuring martinique (#3c3a5a), lynch (#6a7c9a), casper (#b7c4d7), di serria (#e1a75b) and flame pea (#d55d3f).
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 Zecora palette
💻 Zecora color palette CSS
/* CSS */
.color-1 {
color: #3c3a5a;
}
.color-2 {
color: #6a7c9a;
}
.color-3 {
color: #b7c4d7;
}
.color-4 {
color: #e1a75b;
}
.color-5 {
color: #d55d3f;
}
/* CSS Variables */
:root {
--color-1: #3c3a5a;
--color-2: #6a7c9a;
--color-3: #b7c4d7;
--color-4: #e1a75b;
--color-5: #d55d3f;
} 🌈 Zecora background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3a5a, #6a7c9a, #b7c4d7, #e1a75b, #d55d3f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3a5a, #6a7c9a, #b7c4d7, #e1a75b, #d55d3f);
} 🔗 Explore similar color palettes
Zecora color palette created on .