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: #fadfc2;
}
.color-2 {
color: #f5cba8;
}
.color-3 {
color: #eeb491;
}
.color-4 {
color: #eaa475;
}
.color-5 {
color: #dd8b5f;
}

/* CSS Variables */
:root {
--color-1: #fadfc2;
--color-2: #f5cba8;
--color-3: #eeb491;
--color-4: #eaa475;
--color-5: #dd8b5f;
}

Soft Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadfc2, #f5cba8, #eeb491, #eaa475, #dd8b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadfc2, #f5cba8, #eeb491, #eaa475, #dd8b5f);
}

Soft Skin color palette created on .