Skin Soft Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skin Soft palette

Share this palette to:

Skin Soft color palette PNG image

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

Skin Soft color palette CSS

/* CSS */
.color-1 {
color: #f4d6c3;
}
.color-2 {
color: #e3b1a1;
}
.color-3 {
color: #dfa4a6;
}
.color-4 {
color: #d59ab2;
}
.color-5 {
color: #c6a4da;
}

/* CSS Variables */
:root {
--color-1: #f4d6c3;
--color-2: #e3b1a1;
--color-3: #dfa4a6;
--color-4: #d59ab2;
--color-5: #c6a4da;
}

Skin Soft background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d6c3, #e3b1a1, #dfa4a6, #d59ab2, #c6a4da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d6c3, #e3b1a1, #dfa4a6, #d59ab2, #c6a4da);
}

Skin Soft color palette created on .