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: #f8f4e2;
}
.color-2 {
color: #efd5c3;
}
.color-3 {
color: #f4b3c2;
}
.color-4 {
color: #ff8aa1;
}
.color-5 {
color: #ff6179;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #efd5c3;
--color-3: #f4b3c2;
--color-4: #ff8aa1;
--color-5: #ff6179;
}

Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #efd5c3, #f4b3c2, #ff8aa1, #ff6179);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #efd5c3, #f4b3c2, #ff8aa1, #ff6179);
}

Soft Blush color palette created on .