Legoshi Color Palette
Discover the beautiful Legoshi color palette featuring blue bayoux (#4f6f7d), oxley (#7a9f8a), norway (#a6c3a2), porsche (#e6b35c) and raw sienna (#d16e3d).
Brightness
Saturation
Warmth
💡 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
💻 Legoshi color palette CSS
/* CSS */
.color-1 {
color: #4f6f7d;
}
.color-2 {
color: #7a9f8a;
}
.color-3 {
color: #a6c3a2;
}
.color-4 {
color: #e6b35c;
}
.color-5 {
color: #d16e3d;
}
/* CSS Variables */
:root {
--color-1: #4f6f7d;
--color-2: #7a9f8a;
--color-3: #a6c3a2;
--color-4: #e6b35c;
--color-5: #d16e3d;
}
🌈 Legoshi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6f7d, #7a9f8a, #a6c3a2, #e6b35c, #d16e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6f7d, #7a9f8a, #a6c3a2, #e6b35c, #d16e3d);
}
🔗 Explore similar color palettes
Legoshi color palette created on .