Skin Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skin Tones palette
Skin Tones color palette PNG image
Skin Tones color palette CSS
/* CSS */
.color-1 {
color: #f7d5cf;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #d89c7d;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #5b382a;
}
/* CSS Variables */
:root {
--color-1: #f7d5cf;
--color-2: #e4b5a0;
--color-3: #d89c7d;
--color-4: #a86b4d;
--color-5: #5b382a;
}
Skin Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5cf, #e4b5a0, #d89c7d, #a86b4d, #5b382a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5cf, #e4b5a0, #d89c7d, #a86b4d, #5b382a);
}
Similar color palettes
Scroll down to explore 4 Skin color palettes
Skin Tones color palette created on .