Paleta de colores Soft Beige
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Beige palette
CSS de la paleta de colores Soft Beige
/* CSS */
.color-1 {
color: #b7b29f;
}
.color-2 {
color: #d3d0c5;
}
.color-3 {
color: #e5d5d1;
}
.color-4 {
color: #f4e1d2;
}
.color-5 {
color: #f9e7d2;
}
/* CSS Variables */
:root {
--color-1: #b7b29f;
--color-2: #d3d0c5;
--color-3: #e5d5d1;
--color-4: #f4e1d2;
--color-5: #f9e7d2;
}
CSS del degradado de fondo Soft Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b29f, #d3d0c5, #e5d5d1, #f4e1d2, #f9e7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b29f, #d3d0c5, #e5d5d1, #f4e1d2, #f9e7d2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Playa
Soft Beige color palette created on .