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