Fantasma Oscuro Color Palette
Discover the beautiful Fantasma Oscuro color palette featuring haiti (#22143d), jacarta (#382457), bossanova (#58336b), butterfly bush (#574e88) and trendy pink (#845f9b).
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 Oscuro palette
💻 Fantasma Oscuro color palette CSS
/* CSS */
.color-1 {
color: #22143d;
}
.color-2 {
color: #382457;
}
.color-3 {
color: #58336b;
}
.color-4 {
color: #574e88;
}
.color-5 {
color: #845f9b;
}
/* CSS Variables */
:root {
--color-1: #22143d;
--color-2: #382457;
--color-3: #58336b;
--color-4: #574e88;
--color-5: #845f9b;
} 🌈 Fantasma Oscuro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #22143d, #382457, #58336b, #574e88, #845f9b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #22143d, #382457, #58336b, #574e88, #845f9b);
} 🔗 Explore similar color palettes
Fantasma Oscuro color palette created on .