Sakura Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sakura palette

Share this palette to:

Sakura color palette PNG image

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

Sakura color palette CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f490b1;
}
.color-3 {
color: #f06090;
}
.color-4 {
color: #ec417a;
}
.color-5 {
color: #da1b61;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f490b1;
--color-3: #f06090;
--color-4: #ec417a;
--color-5: #da1b61;
}

Sakura background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f490b1, #f06090, #ec417a, #da1b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f490b1, #f06090, #ec417a, #da1b61);
}

Sakura color palette created on .