Pale Skin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pale Skin palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pale Skin Color Palette (PNG)
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);
}
Similar color palettes
Pale Skin color palette created on .