Cherry Blossom Kimono Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Blossom Kimono palette

Share this palette to:

Cherry Blossom Kimono color palette PNG image

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

Cherry Blossom Kimono color palette CSS

/* CSS */
.color-1 {
color: #f6c1d5;
}
.color-2 {
color: #f2a6c7;
}
.color-3 {
color: #efb8d1;
}
.color-4 {
color: #d3a1c4;
}
.color-5 {
color: #a44c8d;
}

/* CSS Variables */
:root {
--color-1: #f6c1d5;
--color-2: #f2a6c7;
--color-3: #efb8d1;
--color-4: #d3a1c4;
--color-5: #a44c8d;
}

Cherry Blossom Kimono background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d5, #f2a6c7, #efb8d1, #d3a1c4, #a44c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d5, #f2a6c7, #efb8d1, #d3a1c4, #a44c8d);
}

Cherry Blossom Kimono color palette created on .