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: #f5f2ef;
}
.color-2 {
color: #eae8e6;
}
.color-3 {
color: #cac9ca;
}
.color-4 {
color: #b0aeb2;
}
.color-5 {
color: #554c49;
}

/* CSS Variables */
:root {
--color-1: #f5f2ef;
--color-2: #eae8e6;
--color-3: #cac9ca;
--color-4: #b0aeb2;
--color-5: #554c49;
}

CSS del degradado de fondo Shades of Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}

Shades of Beige color palette created on .