Paleta de colores Light Beige
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Beige palette
CSS de la paleta de colores Light Beige
/* CSS */
.color-1 {
color: #f8f3e2;
}
.color-2 {
color: #e7e1d5;
}
.color-3 {
color: #d5c2b3;
}
.color-4 {
color: #d9b8a1;
}
.color-5 {
color: #f2e0cf;
}
/* CSS Variables */
:root {
--color-1: #f8f3e2;
--color-2: #e7e1d5;
--color-3: #d5c2b3;
--color-4: #d9b8a1;
--color-5: #f2e0cf;
}
CSS del degradado de fondo Light Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f3e2, #e7e1d5, #d5c2b3, #d9b8a1, #f2e0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f3e2, #e7e1d5, #d5c2b3, #d9b8a1, #f2e0cf);
}
Paletas de colores similares
Light Beige color palette created on .