Paleta de colores Shades of Brown

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Brown palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Brown

/* CSS */
.color-1 {
color: #e5d1cd;
}
.color-2 {
color: #d1c1b3;
}
.color-3 {
color: #bea9a2;
}
.color-4 {
color: #d7b69d;
}
.color-5 {
color: #e4a47c;
}

/* CSS Variables */
:root {
--color-1: #e5d1cd;
--color-2: #d1c1b3;
--color-3: #bea9a2;
--color-4: #d7b69d;
--color-5: #e4a47c;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d1cd, #d1c1b3, #bea9a2, #d7b69d, #e4a47c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d1cd, #d1c1b3, #bea9a2, #d7b69d, #e4a47c);
}

Shades of Brown color palette created on .