Pink Yuki Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Yuki palette

Share this palette to:

Pink Yuki color palette CSS

/* CSS */
.color-1 {
color: #f9c8d2;
}
.color-2 {
color: #f0a3b6;
}
.color-3 {
color: #e85e93;
}
.color-4 {
color: #d45e8b;
}
.color-5 {
color: #a04b7c;
}

/* CSS Variables */
:root {
--color-1: #f9c8d2;
--color-2: #f0a3b6;
--color-3: #e85e93;
--color-4: #d45e8b;
--color-5: #a04b7c;
}

Pink Yuki background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d2, #f0a3b6, #e85e93, #d45e8b, #a04b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d2, #f0a3b6, #e85e93, #d45e8b, #a04b7c);
}

Pink Yuki color palette created on .