Looey Color Palette

Discover the beautiful Looey color palette featuring rhino (#303f5f), kashmir blue (#4e6088), nepal (#83a2b9), jungle mist (#a8c5cd) and tussock (#b69d3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Teal, Earthy, Muted, Vintage, Modern, Deep, Soft, Warm, Looey 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: #303f5f;
}
.color-2 {
color: #4e6088;
}
.color-3 {
color: #83a2b9;
}
.color-4 {
color: #a8c5cd;
}
.color-5 {
color: #b69d3a;
}

/* CSS Variables */
:root {
--color-1: #303f5f;
--color-2: #4e6088;
--color-3: #83a2b9;
--color-4: #a8c5cd;
--color-5: #b69d3a;
}

🌈 Looey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #303f5f, #4e6088, #83a2b9, #a8c5cd, #b69d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #303f5f, #4e6088, #83a2b9, #a8c5cd, #b69d3a);
}

Looey color palette created on .