Paleta de colores Beige Minimalist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beige Minimalist palette

Compartir esta paleta en:

Descargar la paleta de colores Beige Minimalist (PNG)

Download beige minimalist color palette PNG image (landscape)
Download beige minimalist color palette PNG image (square)

CSS de la paleta de colores Beige Minimalist

/* CSS */
.color-1 {
color: #f6efef;
}
.color-2 {
color: #dcdab2;
}
.color-3 {
color: #ecebdf;
}
.color-4 {
color: #b4b09d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f6efef;
--color-2: #dcdab2;
--color-3: #ecebdf;
--color-4: #b4b09d;
--color-5: #000000;
}

CSS del degradado de fondo Beige Minimalist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efef, #dcdab2, #ecebdf, #b4b09d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efef, #dcdab2, #ecebdf, #b4b09d, #000000);
}

Beige Minimalist color palette created on .