Cherry Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Blossom palette

Share this palette to:

Cherry Blossom color palette PNG image

Download cherry blossom color palette PNG image (landscape)
Download cherry blossom color palette PNG image (square)

Cherry Blossom color palette CSS

/* CSS */
.color-1 {
color: #f50000;
}
.color-2 {
color: #ff1a1d;
}
.color-3 {
color: #ff3d44;
}
.color-4 {
color: #ff4d55;
}
.color-5 {
color: #ff616b;
}

/* CSS Variables */
:root {
--color-1: #f50000;
--color-2: #ff1a1d;
--color-3: #ff3d44;
--color-4: #ff4d55;
--color-5: #ff616b;
}

Cherry Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f50000, #ff1a1d, #ff3d44, #ff4d55, #ff616b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f50000, #ff1a1d, #ff3d44, #ff4d55, #ff616b);
}

Cherry Blossom color palette created on .