Lights Morning Color Palette
Discover the beautiful Lights Morning color palette featuring wheat (#f5dbb7), mandys pink (#f1b0a2), geraldine (#f78d8d), wewak (#f29c9d) and light orchid (#eab8e4).
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: #f5dbb7;
}
.color-2 {
color: #f1b0a2;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f29c9d;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #f5dbb7;
--color-2: #f1b0a2;
--color-3: #f78d8d;
--color-4: #f29c9d;
--color-5: #eab8e4;
} ๐ Lights Morning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5dbb7, #f1b0a2, #f78d8d, #f29c9d, #eab8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5dbb7, #f1b0a2, #f78d8d, #f29c9d, #eab8e4);
} ๐ Explore similar color palettes
Lights Morning color palette created on .