Soft Skin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Skin palette

Share this palette to:

Soft Skin color palette PNG image

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

Soft Skin color palette CSS

/* CSS */
.color-1 {
color: #f7d3ca;
}
.color-2 {
color: #e6b0a3;
}
.color-3 {
color: #d48e8c;
}
.color-4 {
color: #b86b6b;
}
.color-5 {
color: #9e5151;
}

/* CSS Variables */
:root {
--color-1: #f7d3ca;
--color-2: #e6b0a3;
--color-3: #d48e8c;
--color-4: #b86b6b;
--color-5: #9e5151;
}

Soft Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d3ca, #e6b0a3, #d48e8c, #b86b6b, #9e5151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d3ca, #e6b0a3, #d48e8c, #b86b6b, #9e5151);
}

Soft Skin color palette created on .