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: #f6dfc6;
}
.color-2 {
color: #e1c6a3;
}
.color-3 {
color: #d1b58f;
}
.color-4 {
color: #bdb07f;
}
.color-5 {
color: #a29a6d;
}
/* CSS Variables */
:root {
--color-1: #f6dfc6;
--color-2: #e1c6a3;
--color-3: #d1b58f;
--color-4: #bdb07f;
--color-5: #a29a6d;
}
CSS del degradado de fondo Light Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dfc6, #e1c6a3, #d1b58f, #bdb07f, #a29a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dfc6, #e1c6a3, #d1b58f, #bdb07f, #a29a6d);
}
Paletas de colores similares
Light Beige color palette created on .