Soft Skin Tone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Skin Tone palette

Share this palette to:

Soft Skin Tone color palette PNG image

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

Soft Skin Tone color palette CSS

/* CSS */
.color-1 {
color: #f2c1b5;
}
.color-2 {
color: #e8b5a1;
}
.color-3 {
color: #d89b8d;
}
.color-4 {
color: #c58972;
}
.color-5 {
color: #b1745d;
}

/* CSS Variables */
:root {
--color-1: #f2c1b5;
--color-2: #e8b5a1;
--color-3: #d89b8d;
--color-4: #c58972;
--color-5: #b1745d;
}

Soft Skin Tone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c1b5, #e8b5a1, #d89b8d, #c58972, #b1745d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c1b5, #e8b5a1, #d89b8d, #c58972, #b1745d);
}

Soft Skin Tone color palette created on .