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: #f8e7b4;
}
.color-2 {
color: #f2d4b1;
}
.color-3 {
color: #e6cea3;
}
.color-4 {
color: #d7b198;
}
.color-5 {
color: #cbae8b;
}

/* CSS Variables */
:root {
--color-1: #f8e7b4;
--color-2: #f2d4b1;
--color-3: #e6cea3;
--color-4: #d7b198;
--color-5: #cbae8b;
}

CSS del degradado de fondo Light Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7b4, #f2d4b1, #e6cea3, #d7b198, #cbae8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7b4, #f2d4b1, #e6cea3, #d7b198, #cbae8b);
}

Light Beige color palette created on .