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