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

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Coral, Lightpink, Morning, Peach, Soft, Warm 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

UI Examples

Explore beautiful UI components with Lights Morning palette

Share this palette to:

๐Ÿ’ป 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);
}

Lights Morning color palette created on .