Nebula Color Palette
Discover the beautiful Nebula color palette featuring eminence (#6f2c90), mulberry (#c45a99), california (#ed9f02), sunglow (#ffcd29) and jungle green (#2a9d90).
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 Nebula palette
💻 Nebula color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #c45a99;
}
.color-3 {
color: #ed9f02;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #c45a99;
--color-3: #ed9f02;
--color-4: #ffcd29;
--color-5: #2a9d90;
} 🌈 Nebula background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #c45a99, #ed9f02, #ffcd29, #2a9d90);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #c45a99, #ed9f02, #ffcd29, #2a9d90);
} 🔗 Explore similar color palettes
Nebula color palette created on .