Lucifer's Glow Color Palette
Discover the beautiful Lucifer's Glow color palette featuring mojo (#c84141), manhattan (#f7b8a1), wheat (#f2d5b1), tiara (#c2d6d6) and gothic (#6a8d9a).
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 Lucifer's Glow palette
💻 Lucifer's Glow color palette CSS
/* CSS */
.color-1 {
color: #c84141;
}
.color-2 {
color: #f7b8a1;
}
.color-3 {
color: #f2d5b1;
}
.color-4 {
color: #c2d6d6;
}
.color-5 {
color: #6a8d9a;
}
/* CSS Variables */
:root {
--color-1: #c84141;
--color-2: #f7b8a1;
--color-3: #f2d5b1;
--color-4: #c2d6d6;
--color-5: #6a8d9a;
} 🌈 Lucifer's Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84141, #f7b8a1, #f2d5b1, #c2d6d6, #6a8d9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84141, #f7b8a1, #f2d5b1, #c2d6d6, #6a8d9a);
} 🔗 Explore similar color palettes
Lucifer's Glow color palette created on .