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: #d8d5b6;
}
.color-2 {
color: #c7c2a9;
}
.color-3 {
color: #b2af99;
}
.color-4 {
color: #f5e3a3;
}
.color-5 {
color: #f2d0a1;
}

/* CSS Variables */
:root {
--color-1: #d8d5b6;
--color-2: #c7c2a9;
--color-3: #b2af99;
--color-4: #f5e3a3;
--color-5: #f2d0a1;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d5b6, #c7c2a9, #b2af99, #f5e3a3, #f2d0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d5b6, #c7c2a9, #b2af99, #f5e3a3, #f2d0a1);
}

Shades of Beige color palette created on .