Mitsu Yume Color Palette

Discover the beautiful Mitsu Yume color palette featuring plantation (#294445), cutty sark (#547c7d), olivine (#8dc07c), sandwisp (#f6eaad) and carnation (#f65549).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Dark, Earthy, Green, Modern, Red, Teal, Warm, Yellow 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 Mitsu Yume palette

Share this palette to:

💻 Mitsu Yume color palette CSS

/* CSS */
.color-1 {
color: #294445;
}
.color-2 {
color: #547c7d;
}
.color-3 {
color: #8dc07c;
}
.color-4 {
color: #f6eaad;
}
.color-5 {
color: #f65549;
}

/* CSS Variables */
:root {
--color-1: #294445;
--color-2: #547c7d;
--color-3: #8dc07c;
--color-4: #f6eaad;
--color-5: #f65549;
}

🌈 Mitsu Yume background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #294445, #547c7d, #8dc07c, #f6eaad, #f65549);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #294445, #547c7d, #8dc07c, #f6eaad, #f65549);
}

Mitsu Yume color palette created on .