Lights Morning Color Palette
Discover the beautiful Lights Morning color palette featuring sandwisp (#f6e1a7), manhattan (#f4cb9f), tacao (#f2a68c), my pink (#d18c7b) and bouquet (#a8718e).
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 Lights Morning palette
💻 Lights Morning color palette CSS
/* CSS */
.color-1 {
color: #f6e1a7;
}
.color-2 {
color: #f4cb9f;
}
.color-3 {
color: #f2a68c;
}
.color-4 {
color: #d18c7b;
}
.color-5 {
color: #a8718e;
}
/* CSS Variables */
:root {
--color-1: #f6e1a7;
--color-2: #f4cb9f;
--color-3: #f2a68c;
--color-4: #d18c7b;
--color-5: #a8718e;
}
🌈 Lights Morning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1a7, #f4cb9f, #f2a68c, #d18c7b, #a8718e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1a7, #f4cb9f, #f2a68c, #d18c7b, #a8718e);
}
🔗 Explore similar color palettes
Lights Morning color palette created on .