Pink Sakura Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sakura palette

Share this palette to:

Pink Sakura color palette CSS

/* CSS */
.color-1 {
color: #ffdbe5;
}
.color-2 {
color: #ffccd5;
}
.color-3 {
color: #ffc7e3;
}
.color-4 {
color: #ffd1fa;
}
.color-5 {
color: #f0c7ff;
}

/* CSS Variables */
:root {
--color-1: #ffdbe5;
--color-2: #ffccd5;
--color-3: #ffc7e3;
--color-4: #ffd1fa;
--color-5: #f0c7ff;
}

Pink Sakura background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbe5, #ffccd5, #ffc7e3, #ffd1fa, #f0c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbe5, #ffccd5, #ffc7e3, #ffd1fa, #f0c7ff);
}

Pink Sakura color palette created on .