Gray Legoshi Color Palette

Discover the beautiful Gray Legoshi color palette featuring bombay (#afb2b6), iron (#d1d4d7), edward (#a3b1b2), aqua haze (#f6f9f8) and botticelli (#c5e2e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Light, Soft, Modern, Minimalist, Elegant, Neutral, Legoshi 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 Gray Legoshi palette

Share this palette to:

💻 Gray Legoshi color palette CSS

/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #d1d4d7;
}
.color-3 {
color: #a3b1b2;
}
.color-4 {
color: #f6f9f8;
}
.color-5 {
color: #c5e2e1;
}

/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #d1d4d7;
--color-3: #a3b1b2;
--color-4: #f6f9f8;
--color-5: #c5e2e1;
}

🌈 Gray Legoshi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #d1d4d7, #a3b1b2, #f6f9f8, #c5e2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #d1d4d7, #a3b1b2, #f6f9f8, #c5e2e1);
}

Gray Legoshi color palette created on .