Pale Skin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pale Skin palette

Share this palette to:

Download Pale Skin Color Palette (PNG)

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

Pale Skin color palette CSS

/* CSS */
.color-1 {
color: #fcfaf8;
}
.color-2 {
color: #f9f4f0;
}
.color-3 {
color: #f6ece9;
}
.color-4 {
color: #f4e6e1;
}
.color-5 {
color: #f1deda;
}

/* CSS Variables */
:root {
--color-1: #fcfaf8;
--color-2: #f9f4f0;
--color-3: #f6ece9;
--color-4: #f4e6e1;
--color-5: #f1deda;
}

Pale Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfaf8, #f9f4f0, #f6ece9, #f4e6e1, #f1deda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfaf8, #f9f4f0, #f6ece9, #f4e6e1, #f1deda);
}

Pale Skin color palette created on .