Plum Blossoms in Snow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plum Blossoms in Snow palette

Share this palette to:

Plum Blossoms in Snow color palette PNG image

Download plum blossoms in snow color palette PNG image (landscape)
Download plum blossoms in snow color palette PNG image (square)

Plum Blossoms in Snow color palette CSS

/* CSS */
.color-1 {
color: #b99cc9;
}
.color-2 {
color: #e3c4d7;
}
.color-3 {
color: #f4e1e4;
}
.color-4 {
color: #f0b2c9;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #b99cc9;
--color-2: #e3c4d7;
--color-3: #f4e1e4;
--color-4: #f0b2c9;
--color-5: #eab8d1;
}

Plum Blossoms in Snow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b99cc9, #e3c4d7, #f4e1e4, #f0b2c9, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b99cc9, #e3c4d7, #f4e1e4, #f0b2c9, #eab8d1);
}

Plum Blossoms in Snow color palette created on .