Soft Skin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Skin palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Skin Color Palette (PNG)
Soft Skin color palette CSS
/* CSS */
.color-1 {
color: #f5d4b2;
}
.color-2 {
color: #f2b2b1;
}
.color-3 {
color: #e6a2c0;
}
.color-4 {
color: #d09acd;
}
.color-5 {
color: #a769c3;
}
/* CSS Variables */
:root {
--color-1: #f5d4b2;
--color-2: #f2b2b1;
--color-3: #e6a2c0;
--color-4: #d09acd;
--color-5: #a769c3;
}
Soft Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d4b2, #f2b2b1, #e6a2c0, #d09acd, #a769c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d4b2, #f2b2b1, #e6a2c0, #d09acd, #a769c3);
}
Similar color palettes
Soft Skin color palette created on .