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