Soft Skin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Skin palette
Soft Skin color palette PNG image
Soft Skin color palette CSS
/* CSS */
.color-1 {
color: #f1c6b1;
}
.color-2 {
color: #f2d0b1;
}
.color-3 {
color: #f2d8b1;
}
.color-4 {
color: #f2e5b1;
}
.color-5 {
color: #e1b7c1;
}
/* CSS Variables */
:root {
--color-1: #f1c6b1;
--color-2: #f2d0b1;
--color-3: #f2d8b1;
--color-4: #f2e5b1;
--color-5: #e1b7c1;
}
Soft Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6b1, #f2d0b1, #f2d8b1, #f2e5b1, #e1b7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6b1, #f2d0b1, #f2d8b1, #f2e5b1, #e1b7c1);
}
Similar color palettes
Soft Skin color palette created on .