Cherry Blossom Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Blossom Dreams palette

Share this palette to:

Cherry Blossom Dreams color palette PNG image

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

Cherry Blossom Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #f3c5b4;
}
.color-3 {
color: #e6a69e;
}
.color-4 {
color: #d76d65;
}
.color-5 {
color: #a94c4d;
}

/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #f3c5b4;
--color-3: #e6a69e;
--color-4: #d76d65;
--color-5: #a94c4d;
}

Cherry Blossom Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #f3c5b4, #e6a69e, #d76d65, #a94c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #f3c5b4, #e6a69e, #d76d65, #a94c4d);
}

Cherry Blossom Dreams color palette created on .