Magma Glow Color Palette
Discover the beautiful Magma Glow color palette featuring flame pea (#da5034), sandy brown (#f1a65b), cream can (#f4d66c), rose fog (#e8c6b5) and bouquet (#a76c9a).
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 Magma Glow palette
💻 Magma Glow color palette CSS
/* CSS */
.color-1 {
color: #da5034;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #f4d66c;
}
.color-4 {
color: #e8c6b5;
}
.color-5 {
color: #a76c9a;
}
/* CSS Variables */
:root {
--color-1: #da5034;
--color-2: #f1a65b;
--color-3: #f4d66c;
--color-4: #e8c6b5;
--color-5: #a76c9a;
} 🌈 Magma Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da5034, #f1a65b, #f4d66c, #e8c6b5, #a76c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da5034, #f1a65b, #f4d66c, #e8c6b5, #a76c9a);
} 🔗 Explore similar color palettes
Magma Glow color palette created on .