Eeveelution Color Palette
Discover the beautiful Eeveelution color palette featuring light wisteria (#d3a8e6), light wisteria (#bda1e2), spindle (#a6c5e8), azalea (#f4b4d4) and illusion (#f8a5c2).
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 Eeveelution palette
💻 Eeveelution color palette CSS
/* CSS */
.color-1 {
color: #d3a8e6;
}
.color-2 {
color: #bda1e2;
}
.color-3 {
color: #a6c5e8;
}
.color-4 {
color: #f4b4d4;
}
.color-5 {
color: #f8a5c2;
}
/* CSS Variables */
:root {
--color-1: #d3a8e6;
--color-2: #bda1e2;
--color-3: #a6c5e8;
--color-4: #f4b4d4;
--color-5: #f8a5c2;
} 🌈 Eeveelution background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a8e6, #bda1e2, #a6c5e8, #f4b4d4, #f8a5c2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a8e6, #bda1e2, #a6c5e8, #f4b4d4, #f8a5c2);
} 🔗 Explore similar color palettes
Eeveelution color palette created on .