Lilo Color Palette

Discover the beautiful Lilo color palette featuring java (#1faec1), wewak (#f6a8a2), golden tainoi (#ffcb5c), portica (#f8e16d) and trout (#4d4f5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Coral, Cyan, Gold, Green, Pink, Spring, Tropical 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 Lilo palette

Share this palette to:

💻 Lilo color palette CSS

/* CSS */
.color-1 {
color: #1faec1;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f8e16d;
}
.color-5 {
color: #4d4f5c;
}

/* CSS Variables */
:root {
--color-1: #1faec1;
--color-2: #f6a8a2;
--color-3: #ffcb5c;
--color-4: #f8e16d;
--color-5: #4d4f5c;
}

🌈 Lilo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1faec1, #f6a8a2, #ffcb5c, #f8e16d, #4d4f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1faec1, #f6a8a2, #ffcb5c, #f8e16d, #4d4f5c);
}

Lilo color palette created on .