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: #f7c5d5;
}
.color-2 {
color: #f2a6b4;
}
.color-3 {
color: #de737d;
}
.color-4 {
color: #b74e6d;
}
.color-5 {
color: #902c4f;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2a6b4;
--color-3: #de737d;
--color-4: #b74e6d;
--color-5: #902c4f;
}

Pink Sakura background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2a6b4, #de737d, #b74e6d, #902c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2a6b4, #de737d, #b74e6d, #902c4f);
}

Pink Sakura color palette created on .