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: #f5d5c7;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #e8a9a1;
}
.color-4 {
color: #e77e88;
}
.color-5 {
color: #d65c7c;
}

/* CSS Variables */
:root {
--color-1: #f5d5c7;
--color-2: #f2c5b5;
--color-3: #e8a9a1;
--color-4: #e77e88;
--color-5: #d65c7c;
}

Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d5c7, #f2c5b5, #e8a9a1, #e77e88, #d65c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d5c7, #f2c5b5, #e8a9a1, #e77e88, #d65c7c);
}

Soft Blush color palette created on .