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: #f2d8c0;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #d59d8b;
}
.color-4 {
color: #c07f72;
}
.color-5 {
color: #a65f5e;
}

/* CSS Variables */
:root {
--color-1: #f2d8c0;
--color-2: #e2b8a2;
--color-3: #d59d8b;
--color-4: #c07f72;
--color-5: #a65f5e;
}

Soft Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d8c0, #e2b8a2, #d59d8b, #c07f72, #a65f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d8c0, #e2b8a2, #d59d8b, #c07f72, #a65f5e);
}

Soft Skin color palette created on .