Mitsu Yume Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mitsu Yume palette
Mitsu Yume color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Mitsu Yume color palette created on .