Muichiro Color Palette
Discover the beautiful Muichiro color palette featuring polo blue (#8cb1ca), aqua forest (#62a780), viridian (#3c8075), blue dianne (#23615a) and blue dianne (#19483e).
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 Muichiro palette
💻 Muichiro color palette CSS
/* CSS */
.color-1 {
color: #8cb1ca;
}
.color-2 {
color: #62a780;
}
.color-3 {
color: #3c8075;
}
.color-4 {
color: #23615a;
}
.color-5 {
color: #19483e;
}
/* CSS Variables */
:root {
--color-1: #8cb1ca;
--color-2: #62a780;
--color-3: #3c8075;
--color-4: #23615a;
--color-5: #19483e;
} 🌈 Muichiro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cb1ca, #62a780, #3c8075, #23615a, #19483e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cb1ca, #62a780, #3c8075, #23615a, #19483e);
} 🔗 Explore similar color palettes
Muichiro color palette created on .