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: #f1d1b6;
}
.color-2 {
color: #e6b19e;
}
.color-3 {
color: #d6997a;
}
.color-4 {
color: #b47a5f;
}
.color-5 {
color: #a15e4f;
}
/* CSS Variables */
:root {
--color-1: #f1d1b6;
--color-2: #e6b19e;
--color-3: #d6997a;
--color-4: #b47a5f;
--color-5: #a15e4f;
}
Soft Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1b6, #e6b19e, #d6997a, #b47a5f, #a15e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1b6, #e6b19e, #d6997a, #b47a5f, #a15e4f);
}
Similar color palettes
Soft Skin color palette created on .