Soft Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Blush palette

Share this palette to:

Download Soft Blush Color Palette (PNG)

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: #e5d7c7;
}
.color-2 {
color: #dbc1b8;
}
.color-3 {
color: #d5aaaa;
}
.color-4 {
color: #c1868b;
}
.color-5 {
color: #af747c;
}

/* CSS Variables */
:root {
--color-1: #e5d7c7;
--color-2: #dbc1b8;
--color-3: #d5aaaa;
--color-4: #c1868b;
--color-5: #af747c;
}

Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d7c7, #dbc1b8, #d5aaaa, #c1868b, #af747c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d7c7, #dbc1b8, #d5aaaa, #c1868b, #af747c);
}

Soft Blush color palette created on .