Yuri Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yuri palette

Share this palette to:

Yuri color palette PNG image

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

Yuri color palette CSS

/* CSS */
.color-1 {
color: #eab8ea;
}
.color-2 {
color: #d59be4;
}
.color-3 {
color: #a77cd5;
}
.color-4 {
color: #6f5bb9;
}
.color-5 {
color: #4c3c90;
}

/* CSS Variables */
:root {
--color-1: #eab8ea;
--color-2: #d59be4;
--color-3: #a77cd5;
--color-4: #6f5bb9;
--color-5: #4c3c90;
}

Yuri background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8ea, #d59be4, #a77cd5, #6f5bb9, #4c3c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8ea, #d59be4, #a77cd5, #6f5bb9, #4c3c90);
}

Yuri color palette created on .