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: #ffffff;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #e2c7b1;
}
.color-4 {
color: #d1a880;
}
.color-5 {
color: #c58059;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e6d4;
--color-3: #e2c7b1;
--color-4: #d1a880;
--color-5: #c58059;
}

CSS del degradado de fondo Light Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e6d4, #e2c7b1, #d1a880, #c58059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e6d4, #e2c7b1, #d1a880, #c58059);
}

Light Beige color palette created on .