Color de Piel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Color de Piel palette
Color de Piel color palette PNG image
Color de Piel color palette CSS
/* CSS */
.color-1 {
color: #f3d5b4;
}
.color-2 {
color: #e1b798;
}
.color-3 {
color: #d1a089;
}
.color-4 {
color: #c3856f;
}
.color-5 {
color: #b26d5c;
}
/* CSS Variables */
:root {
--color-1: #f3d5b4;
--color-2: #e1b798;
--color-3: #d1a089;
--color-4: #c3856f;
--color-5: #b26d5c;
}
Color de Piel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d5b4, #e1b798, #d1a089, #c3856f, #b26d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d5b4, #e1b798, #d1a089, #c3856f, #b26d5c);
}
Similar color palettes
Color de Piel color palette created on .