Mitsu Yume Color Palette
Discover the beautiful Mitsu Yume color palette featuring blue dianne (#1c3f4a), ming (#3e7a89), de york (#6ebf8a), sidecar (#f2e9b6) and carnation (#f15050).
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 Mitsu Yume palette
💻 Mitsu Yume color palette CSS
/* CSS */
.color-1 {
color: #1c3f4a;
}
.color-2 {
color: #3e7a89;
}
.color-3 {
color: #6ebf8a;
}
.color-4 {
color: #f2e9b6;
}
.color-5 {
color: #f15050;
}
/* CSS Variables */
:root {
--color-1: #1c3f4a;
--color-2: #3e7a89;
--color-3: #6ebf8a;
--color-4: #f2e9b6;
--color-5: #f15050;
} 🌈 Mitsu Yume background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f4a, #3e7a89, #6ebf8a, #f2e9b6, #f15050);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f4a, #3e7a89, #6ebf8a, #f2e9b6, #f15050);
} 🔗 Explore similar color palettes
Mitsu Yume color palette created on .