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: #f2e8b5;
}
.color-2 {
color: #d9cba0;
}
.color-3 {
color: #c7b88f;
}
.color-4 {
color: #b4a779;
}
.color-5 {
color: #a29a6d;
}

/* CSS Variables */
:root {
--color-1: #f2e8b5;
--color-2: #d9cba0;
--color-3: #c7b88f;
--color-4: #b4a779;
--color-5: #a29a6d;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e8b5, #d9cba0, #c7b88f, #b4a779, #a29a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e8b5, #d9cba0, #c7b88f, #b4a779, #a29a6d);
}

Shades of Beige color palette created on .