Arcane Color Palette
Discover the beautiful Arcane color palette featuring victoria (#4a3d8a), scampi (#6b5c99), kimberly (#8b7ea5), london hue (#b8a0c0) and vanilla ice (#f3d3e1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMagenta, Lavender, Purple, Pink, Soft, Bright, Light Spring, Light Winter color palettes and combinations.
💡 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 Arcane palette
💻 Arcane color palette CSS
/* CSS */
.color-1 {
color: #4a3d8a;
}
.color-2 {
color: #6b5c99;
}
.color-3 {
color: #8b7ea5;
}
.color-4 {
color: #b8a0c0;
}
.color-5 {
color: #f3d3e1;
}
/* CSS Variables */
:root {
--color-1: #4a3d8a;
--color-2: #6b5c99;
--color-3: #8b7ea5;
--color-4: #b8a0c0;
--color-5: #f3d3e1;
}
🌈 Arcane background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3d8a, #6b5c99, #8b7ea5, #b8a0c0, #f3d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3d8a, #6b5c99, #8b7ea5, #b8a0c0, #f3d3e1);
}
🔗 Explore similar color palettes
Arcane color palette created on .