Muichiro Color Palette
Discover the beautiful Muichiro color palette featuring pigeon post (#a9c4d6), bay leaf (#79af8d), faded jade (#4c8a7d), casal (#2d6c61) and te papa green (#1e4d41).
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: #a9c4d6;
}
.color-2 {
color: #79af8d;
}
.color-3 {
color: #4c8a7d;
}
.color-4 {
color: #2d6c61;
}
.color-5 {
color: #1e4d41;
}
/* CSS Variables */
:root {
--color-1: #a9c4d6;
--color-2: #79af8d;
--color-3: #4c8a7d;
--color-4: #2d6c61;
--color-5: #1e4d41;
} 🌈 Muichiro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c4d6, #79af8d, #4c8a7d, #2d6c61, #1e4d41);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c4d6, #79af8d, #4c8a7d, #2d6c61, #1e4d41);
} 🔗 Explore similar color palettes
Muichiro color palette created on .