Blush Skin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Skin palette

Share this palette to:

Blush Skin color palette PNG image

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

Blush Skin color palette CSS

/* CSS */
.color-1 {
color: #f6d1b1;
}
.color-2 {
color: #f2b6a1;
}
.color-3 {
color: #e9998b;
}
.color-4 {
color: #e07b76;
}
.color-5 {
color: #d05d65;
}

/* CSS Variables */
:root {
--color-1: #f6d1b1;
--color-2: #f2b6a1;
--color-3: #e9998b;
--color-4: #e07b76;
--color-5: #d05d65;
}

Blush Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1b1, #f2b6a1, #e9998b, #e07b76, #d05d65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1b1, #f2b6a1, #e9998b, #e07b76, #d05d65);
}

Blush Skin color palette created on .