Discover the beautiful Luminous Weave color palette featuring manhattan (#f5b9a3), maize (#f7d2a1), givry (#f7e8bb), sinbad (#a6d9d9) and regent st blue (#a1c5e2).
Luminous Weave Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Luminous Weave palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Luminous Weave palette
💻 Luminous Weave color palette CSS
/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f7d2a1;
}
.color-3 {
color: #f7e8bb;
}
.color-4 {
color: #a6d9d9;
}
.color-5 {
color: #a1c5e2;
}
/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f7d2a1;
--color-3: #f7e8bb;
--color-4: #a6d9d9;
--color-5: #a1c5e2;
}
🌈 Luminous Weave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f7d2a1, #f7e8bb, #a6d9d9, #a1c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f7d2a1, #f7e8bb, #a6d9d9, #a1c5e2);
}
🔗 Explore similar color palettes
Luminous Weave color palette created on .