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: #1c3f4a;
}
.color-2 {
color: #3e7a89;
}
.color-3 {
color: #6ebf8a;
}
.color-4 {
color: #f2e9b5;
}
.color-5 {
color: #f15050;
}

/* CSS Variables */
:root {
--color-1: #1c3f4a;
--color-2: #3e7a89;
--color-3: #6ebf8a;
--color-4: #f2e9b5;
--color-5: #f15050;
}

Mitsu Yume background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f4a, #3e7a89, #6ebf8a, #f2e9b5, #f15050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f4a, #3e7a89, #6ebf8a, #f2e9b5, #f15050);
}

Mitsu Yume color palette created on .