Paleta de colores Soft Greige
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Greige palette
Imagen PNG de la paleta de colores Soft Greige
CSS de la paleta de colores Soft Greige
/* CSS */
.color-1 {
color: #b7a99a;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f5f0eb;
}
.color-5 {
color: #e6d5c1;
}
/* CSS Variables */
:root {
--color-1: #b7a99a;
--color-2: #d5cec3;
--color-3: #f0e3d6;
--color-4: #f5f0eb;
--color-5: #e6d5c1;
}
CSS del degradado de fondo Soft Greige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.greige
Soft Greige color palette created on .