Levi Ackerman Color Palette
Discover the beautiful Levi Ackerman color palette featuring lynch (#5f7f91), sinbad (#a1c6d4), wheatfield (#f0e5c7), di serria (#d6a55c) and mojo (#c3503c).
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 Levi Ackerman palette
💻 Levi Ackerman color palette CSS
/* CSS */
.color-1 {
color: #5f7f91;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #f0e5c7;
}
.color-4 {
color: #d6a55c;
}
.color-5 {
color: #c3503c;
}
/* CSS Variables */
:root {
--color-1: #5f7f91;
--color-2: #a1c6d4;
--color-3: #f0e5c7;
--color-4: #d6a55c;
--color-5: #c3503c;
} 🌈 Levi Ackerman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f7f91, #a1c6d4, #f0e5c7, #d6a55c, #c3503c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f7f91, #a1c6d4, #f0e5c7, #d6a55c, #c3503c);
} 🔗 Explore similar color palettes
Levi Ackerman color palette created on .