Skin Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skin Tones palette
Download Skin Tones Color Palette (PNG)
Skin Tones color palette CSS
/* CSS */
.color-1 {
color: #f2d6c4;
}
.color-2 {
color: #e8b6a6;
}
.color-3 {
color: #d9a89b;
}
.color-4 {
color: #c58c7c;
}
.color-5 {
color: #a86d5d;
}
/* CSS Variables */
:root {
--color-1: #f2d6c4;
--color-2: #e8b6a6;
--color-3: #d9a89b;
--color-4: #c58c7c;
--color-5: #a86d5d;
}
Skin Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d6c4, #e8b6a6, #d9a89b, #c58c7c, #a86d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d6c4, #e8b6a6, #d9a89b, #c58c7c, #a86d5d);
}
Similar color palettes
Skin Tones color palette created on .