Lu-me-ii Color Palette

Discover the beautiful Lu-me-ii color palette featuring saffron (#f4c543), sandy brown (#f6a85a), geraldine (#f78a88), froly (#f46696) and cranberry (#e2507e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Pink, Red, Spring, Vibrant, Yellow 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 Lu-me-ii palette

Share this palette to:

💻 Lu-me-ii color palette CSS

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #f6a85a;
}
.color-3 {
color: #f78a88;
}
.color-4 {
color: #f46696;
}
.color-5 {
color: #e2507e;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #f6a85a;
--color-3: #f78a88;
--color-4: #f46696;
--color-5: #e2507e;
}

🌈 Lu-me-ii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #f6a85a, #f78a88, #f46696, #e2507e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #f6a85a, #f78a88, #f46696, #e2507e);
}

Lu-me-ii color palette created on .