Paleta de colores Dull Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dull Beige palette

Compartir esta paleta en:

CSS de la paleta de colores Dull Beige

/* CSS */
.color-1 {
color: #b0a6a0;
}
.color-2 {
color: #c8b2a2;
}
.color-3 {
color: #d9c1b0;
}
.color-4 {
color: #e3cfc0;
}
.color-5 {
color: #f0e1d0;
}

/* CSS Variables */
:root {
--color-1: #b0a6a0;
--color-2: #c8b2a2;
--color-3: #d9c1b0;
--color-4: #e3cfc0;
--color-5: #f0e1d0;
}

CSS del degradado de fondo Dull Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a6a0, #c8b2a2, #d9c1b0, #e3cfc0, #f0e1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a6a0, #c8b2a2, #d9c1b0, #e3cfc0, #f0e1d0);
}

Dull Beige color palette created on .