Meteorite Dream Color Palette
Discover the beautiful Meteorite Dream color palette featuring meteorite (#3c1f75), gigas (#5b3c8b), deluge (#7e5e9c), bouquet (#a77ba0) and cavern pink (#e4b9c4).
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 Meteorite Dream palette
💻 Meteorite Dream color palette CSS
/* CSS */
.color-1 {
color: #3c1f75;
}
.color-2 {
color: #5b3c8b;
}
.color-3 {
color: #7e5e9c;
}
.color-4 {
color: #a77ba0;
}
.color-5 {
color: #e4b9c4;
}
/* CSS Variables */
:root {
--color-1: #3c1f75;
--color-2: #5b3c8b;
--color-3: #7e5e9c;
--color-4: #a77ba0;
--color-5: #e4b9c4;
}
🌈 Meteorite Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1f75, #5b3c8b, #7e5e9c, #a77ba0, #e4b9c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1f75, #5b3c8b, #7e5e9c, #a77ba0, #e4b9c4);
}
🔗 Explore similar color palettes
Meteorite Dream color palette created on .