Soft Summer Skin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Summer Skin palette

Share this palette to:

Soft Summer Skin color palette PNG image

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

Soft Summer Skin color palette CSS

/* CSS */
.color-1 {
color: #f2d7ca;
}
.color-2 {
color: #e5b69f;
}
.color-3 {
color: #daa58b;
}
.color-4 {
color: #c6846c;
}
.color-5 {
color: #b07154;
}

/* CSS Variables */
:root {
--color-1: #f2d7ca;
--color-2: #e5b69f;
--color-3: #daa58b;
--color-4: #c6846c;
--color-5: #b07154;
}

Soft Summer Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7ca, #e5b69f, #daa58b, #c6846c, #b07154);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7ca, #e5b69f, #daa58b, #c6846c, #b07154);
}

Soft Summer Skin color palette created on .