Paleta de colores Soft Skin
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Skin palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Soft Skin (PNG)
CSS de la paleta de colores Soft Skin
/* CSS */
.color-1 {
color: #f2d8c0;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #d59d8b;
}
.color-4 {
color: #c07f72;
}
.color-5 {
color: #a65f5e;
}
/* CSS Variables */
:root {
--color-1: #f2d8c0;
--color-2: #e2b8a2;
--color-3: #d59d8b;
--color-4: #c07f72;
--color-5: #a65f5e;
}
CSS del degradado de fondo Soft Skin
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d8c0, #e2b8a2, #d59d8b, #c07f72, #a65f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d8c0, #e2b8a2, #d59d8b, #c07f72, #a65f5e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Suave
Soft Skin color palette created on .