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: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #28b5f6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #8bc34b;
--color-5: #28b5f6;
}

Cherry Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #8bc34b, #28b5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #8bc34b, #28b5f6);
}

Cherry Blossom color palette created on .