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: #dac9b9;
}
.color-2 {
color: #e4d2c9;
}
.color-3 {
color: #f4e3d7;
}
.color-4 {
color: #f9e3c8;
}
.color-5 {
color: #fce7b0;
}

/* CSS Variables */
:root {
--color-1: #dac9b9;
--color-2: #e4d2c9;
--color-3: #f4e3d7;
--color-4: #f9e3c8;
--color-5: #fce7b0;
}

CSS del degradado de fondo Light Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac9b9, #e4d2c9, #f4e3d7, #f9e3c8, #fce7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac9b9, #e4d2c9, #f4e3d7, #f9e3c8, #fce7b0);
}

Light Beige color palette created on .