Paleta de colores Light Beige Moth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Beige Moth palette

Compartir esta paleta en:

CSS de la paleta de colores Light Beige Moth

/* CSS */
.color-1 {
color: #bea989;
}
.color-2 {
color: #c3b592;
}
.color-3 {
color: #e1c6b2;
}
.color-4 {
color: #f5e2c2;
}
.color-5 {
color: #ebb9b2;
}

/* CSS Variables */
:root {
--color-1: #bea989;
--color-2: #c3b592;
--color-3: #e1c6b2;
--color-4: #f5e2c2;
--color-5: #ebb9b2;
}

CSS del degradado de fondo Light Beige Moth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea989, #c3b592, #e1c6b2, #f5e2c2, #ebb9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea989, #c3b592, #e1c6b2, #f5e2c2, #ebb9b2);
}

Light Beige Moth color palette created on .