Lumine Color Palette
Discover the beautiful Lumine color palette featuring marzipan (#f9e79f), corvette (#fad7a3), mandys pink (#f5b8b2), prelude (#d6bce1) and regent st blue (#a3c3e0).
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 Lumine palette
💻 Lumine color palette CSS
/* CSS */
.color-1 {
color: #f9e79f;
}
.color-2 {
color: #fad7a3;
}
.color-3 {
color: #f5b8b2;
}
.color-4 {
color: #d6bce1;
}
.color-5 {
color: #a3c3e0;
}
/* CSS Variables */
:root {
--color-1: #f9e79f;
--color-2: #fad7a3;
--color-3: #f5b8b2;
--color-4: #d6bce1;
--color-5: #a3c3e0;
} 🌈 Lumine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e79f, #fad7a3, #f5b8b2, #d6bce1, #a3c3e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e79f, #fad7a3, #f5b8b2, #d6bce1, #a3c3e0);
} 🔗 Explore similar color palettes
Lumine color palette created on .