Looey Color Palette

Discover the beautiful Looey color palette featuring chambray (#38568b), waikawa gray (#5870a8), ship cove (#788fc0), spindle (#bcd3ee) and tacao (#ecb67b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Blue, Cream, Earthy, Gold, Looey, Retro, 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 Looey palette

Share this palette to:

💻 Looey color palette CSS

/* CSS */
.color-1 {
color: #38568b;
}
.color-2 {
color: #5870a8;
}
.color-3 {
color: #788fc0;
}
.color-4 {
color: #bcd3ee;
}
.color-5 {
color: #ecb67b;
}

/* CSS Variables */
:root {
--color-1: #38568b;
--color-2: #5870a8;
--color-3: #788fc0;
--color-4: #bcd3ee;
--color-5: #ecb67b;
}

🌈 Looey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38568b, #5870a8, #788fc0, #bcd3ee, #ecb67b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38568b, #5870a8, #788fc0, #bcd3ee, #ecb67b);
}

Looey color palette created on .