Paleta de colores Beige Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beige Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beige Aesthetic

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

CSS de la paleta de colores Beige Aesthetic

/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #e5d4b3;
}
.color-3 {
color: #d5c9aa;
}
.color-4 {
color: #c1af9a;
}
.color-5 {
color: #a8a08f;
}

/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #e5d4b3;
--color-3: #d5c9aa;
--color-4: #c1af9a;
--color-5: #a8a08f;
}

CSS del degradado de fondo Beige Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #e5d4b3, #d5c9aa, #c1af9a, #a8a08f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #e5d4b3, #d5c9aa, #c1af9a, #a8a08f);
}

Beige Aesthetic color palette created on .