Paleta de colores Light Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Beige palette

Compartir esta paleta en:

CSS de la paleta de colores Light Beige

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #e5cea4;
}
.color-3 {
color: #d9b68c;
}
.color-4 {
color: #c6a67b;
}
.color-5 {
color: #b39d6b;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #e5cea4;
--color-3: #d9b68c;
--color-4: #c6a67b;
--color-5: #b39d6b;
}

CSS del degradado de fondo Light Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #e5cea4, #d9b68c, #c6a67b, #b39d6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #e5cea4, #d9b68c, #c6a67b, #b39d6b);
}

Light Beige color palette created on .