Paleta de colores Shades of Skin and Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Skin and Green palette
CSS de la paleta de colores Shades of Skin and Green
/* CSS */
.color-1 {
color: #f2d0a1;
}
.color-2 {
color: #c79c8f;
}
.color-3 {
color: #9f7f6f;
}
.color-4 {
color: #8ebe8e;
}
.color-5 {
color: #a6a9a2;
}
/* CSS Variables */
:root {
--color-1: #f2d0a1;
--color-2: #c79c8f;
--color-3: #9f7f6f;
--color-4: #8ebe8e;
--color-5: #a6a9a2;
}
CSS del degradado de fondo Shades of Skin and Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d0a1, #c79c8f, #9f7f6f, #8ebe8e, #a6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d0a1, #c79c8f, #9f7f6f, #8ebe8e, #a6a9a2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Suave
Shades of Skin and Green color palette created on .