Bleeding White Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bleeding White Rose palette

Share this palette to:

Bleeding White Rose color palette PNG image

Download bleeding white rose color palette PNG image (landscape)
Download bleeding white rose color palette PNG image (square)

Bleeding White Rose color palette CSS

/* CSS */
.color-1 {
color: #f5f0f0;
}
.color-2 {
color: #eab8c9;
}
.color-3 {
color: #d69ebc;
}
.color-4 {
color: #c87e9c;
}
.color-5 {
color: #a45b7d;
}

/* CSS Variables */
:root {
--color-1: #f5f0f0;
--color-2: #eab8c9;
--color-3: #d69ebc;
--color-4: #c87e9c;
--color-5: #a45b7d;
}

Bleeding White Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0f0, #eab8c9, #d69ebc, #c87e9c, #a45b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0f0, #eab8c9, #d69ebc, #c87e9c, #a45b7d);
}

Bleeding White Rose color palette created on .