Fantasma Color Palette
Discover the beautiful Fantasma color palette featuring periwinkle gray (#c0c1e3), rock blue (#a2b2d2), polo blue (#7d9bcf), steel blue (#5a7fbf) and san marino (#3b66b0).
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 Fantasma palette
💻 Fantasma color palette CSS
/* CSS */
.color-1 {
color: #c0c1e3;
}
.color-2 {
color: #a2b2d2;
}
.color-3 {
color: #7d9bcf;
}
.color-4 {
color: #5a7fbf;
}
.color-5 {
color: #3b66b0;
}
/* CSS Variables */
:root {
--color-1: #c0c1e3;
--color-2: #a2b2d2;
--color-3: #7d9bcf;
--color-4: #5a7fbf;
--color-5: #3b66b0;
} 🌈 Fantasma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c1e3, #a2b2d2, #7d9bcf, #5a7fbf, #3b66b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c1e3, #a2b2d2, #7d9bcf, #5a7fbf, #3b66b0);
} 🔗 Explore similar color palettes
Fantasma color palette created on .