Yumi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yumi palette

Share this palette to:

Yumi color palette PNG image

Download yumi color palette PNG image (landscape)
Download yumi color palette PNG image (square)

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);
}

Yumi color palette created on .