Phantasm Color Palette
Discover the beautiful Phantasm color palette featuring seance (#7b1fa3), purple heart (#5e35b1), san marino (#4051b5), dodger blue (#2094f3) and cerulean (#02a6f2).
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 Phantasm palette
💻 Phantasm color palette CSS
/* CSS */
.color-1 {
color: #7b1fa3;
}
.color-2 {
color: #5e35b1;
}
.color-3 {
color: #4051b5;
}
.color-4 {
color: #2094f3;
}
.color-5 {
color: #02a6f2;
}
/* CSS Variables */
:root {
--color-1: #7b1fa3;
--color-2: #5e35b1;
--color-3: #4051b5;
--color-4: #2094f3;
--color-5: #02a6f2;
} 🌈 Phantasm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1fa3, #5e35b1, #4051b5, #2094f3, #02a6f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1fa3, #5e35b1, #4051b5, #2094f3, #02a6f2);
} 🔗 Explore similar color palettes
Phantasm color palette created on .