Soft Skin Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Skin Shades palette

Share this palette to:

Soft Skin Shades color palette CSS

/* CSS */
.color-1 {
color: #ecb798;
}
.color-2 {
color: #f1bba2;
}
.color-3 {
color: #efc7b8;
}
.color-4 {
color: #e7af9d;
}
.color-5 {
color: #d88374;
}

/* CSS Variables */
:root {
--color-1: #ecb798;
--color-2: #f1bba2;
--color-3: #efc7b8;
--color-4: #e7af9d;
--color-5: #d88374;
}

Soft Skin Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecb798, #f1bba2, #efc7b8, #e7af9d, #d88374);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecb798, #f1bba2, #efc7b8, #e7af9d, #d88374);
}

Soft Skin Shades color palette created on .