Yumi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yumi palette
Color Inspiration
Images that showcase this color palette in real designs
Download Yumi Color Palette (PNG)
Yumi color palette CSS
/* CSS */
.color-1 {
color: #fee6ea;
}
.color-2 {
color: #fef1e6;
}
.color-3 {
color: #fdf8d8;
}
.color-4 {
color: #e6f4f1;
}
.color-5 {
color: #e2e9f8;
}
/* CSS Variables */
:root {
--color-1: #fee6ea;
--color-2: #fef1e6;
--color-3: #fdf8d8;
--color-4: #e6f4f1;
--color-5: #e2e9f8;
}
Yumi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee6ea, #fef1e6, #fdf8d8, #e6f4f1, #e2e9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee6ea, #fef1e6, #fdf8d8, #e6f4f1, #e2e9f8);
}
Similar color palettes
Yumi color palette created on .