Paleta de colores Shades of Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Beige palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Beige

/* CSS */
.color-1 {
color: #b4b3a2;
}
.color-2 {
color: #d3d0c5;
}
.color-3 {
color: #e7d7c1;
}
.color-4 {
color: #f1e3c6;
}
.color-5 {
color: #f9f3e6;
}

/* CSS Variables */
:root {
--color-1: #b4b3a2;
--color-2: #d3d0c5;
--color-3: #e7d7c1;
--color-4: #f1e3c6;
--color-5: #f9f3e6;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4b3a2, #d3d0c5, #e7d7c1, #f1e3c6, #f9f3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4b3a2, #d3d0c5, #e7d7c1, #f1e3c6, #f9f3e6);
}

Shades of Beige color palette created on .