Mitsu Yume Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mitsu Yume palette

Share this palette to:

Mitsu Yume color palette PNG image

Download mitsu yume color palette PNG image (landscape)
Download mitsu yume color palette PNG image (square)

Mitsu Yume color palette CSS

/* CSS */
.color-1 {
color: #2a4546;
}
.color-2 {
color: #547d7d;
}
.color-3 {
color: #8dc07c;
}
.color-4 {
color: #f6eaac;
}
.color-5 {
color: #f7564b;
}

/* CSS Variables */
:root {
--color-1: #2a4546;
--color-2: #547d7d;
--color-3: #8dc07c;
--color-4: #f6eaac;
--color-5: #f7564b;
}

Mitsu Yume background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4546, #547d7d, #8dc07c, #f6eaac, #f7564b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4546, #547d7d, #8dc07c, #f6eaac, #f7564b);
}

Mitsu Yume color palette created on .