Soft Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Blush palette

Share this palette to:

Soft Blush color palette PNG image

Download soft blush color palette PNG image (landscape)
Download soft blush color palette PNG image (square)

Soft Blush color palette CSS

/* CSS */
.color-1 {
color: #fce6cf;
}
.color-2 {
color: #f8c3af;
}
.color-3 {
color: #f29d9c;
}
.color-4 {
color: #d76a6c;
}
.color-5 {
color: #a84543;
}

/* CSS Variables */
:root {
--color-1: #fce6cf;
--color-2: #f8c3af;
--color-3: #f29d9c;
--color-4: #d76a6c;
--color-5: #a84543;
}

Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce6cf, #f8c3af, #f29d9c, #d76a6c, #a84543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce6cf, #f8c3af, #f29d9c, #d76a6c, #a84543);
}

Soft Blush color palette created on .