Lavender Metal Future Vibes Color Palette
Discover the beautiful Lavender Metal Future Vibes color palette featuring fog (#e4d6ff), melrose (#b2a3ff), cornflower blue (#7a7aff), indigo (#405bbf) and jacksons purple (#1b2a7e).
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 Lavender Metal Future Vibes palette
💻 Lavender Metal Future Vibes color palette CSS
/* CSS */
.color-1 {
color: #e4d6ff;
}
.color-2 {
color: #b2a3ff;
}
.color-3 {
color: #7a7aff;
}
.color-4 {
color: #405bbf;
}
.color-5 {
color: #1b2a7e;
}
/* CSS Variables */
:root {
--color-1: #e4d6ff;
--color-2: #b2a3ff;
--color-3: #7a7aff;
--color-4: #405bbf;
--color-5: #1b2a7e;
}
🌈 Lavender Metal Future Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d6ff, #b2a3ff, #7a7aff, #405bbf, #1b2a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d6ff, #b2a3ff, #7a7aff, #405bbf, #1b2a7e);
}
🔗 Explore similar color palettes
Lavender Metal Future Vibes color palette created on .