Legoshi Color Palette

Discover the beautiful Legoshi color palette featuring smalt blue (#5a7e8c), jet stream (#b2d2c9), mandys pink (#f5c2c2), rose bud (#f9b79f) and mandy (#e64c6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Blue, Tropical, Bright, Pink, Soft, Summer, Nature, Fun, 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 Legoshi palette

Share this palette to:

💻 Legoshi color palette CSS

/* CSS */
.color-1 {
color: #5a7e8c;
}
.color-2 {
color: #b2d2c9;
}
.color-3 {
color: #f5c2c2;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #e64c6e;
}

/* CSS Variables */
:root {
--color-1: #5a7e8c;
--color-2: #b2d2c9;
--color-3: #f5c2c2;
--color-4: #f9b79f;
--color-5: #e64c6e;
}

🌈 Legoshi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7e8c, #b2d2c9, #f5c2c2, #f9b79f, #e64c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7e8c, #b2d2c9, #f5c2c2, #f9b79f, #e64c6e);
}

Legoshi color palette created on .