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: #e6d3c6;
}
.color-2 {
color: #d4b8a1;
}
.color-3 {
color: #b8a4c1;
}
.color-4 {
color: #a36c9e;
}
.color-5 {
color: #a44c3d;
}

/* CSS Variables */
:root {
--color-1: #e6d3c6;
--color-2: #d4b8a1;
--color-3: #b8a4c1;
--color-4: #a36c9e;
--color-5: #a44c3d;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d3c6, #d4b8a1, #b8a4c1, #a36c9e, #a44c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d3c6, #d4b8a1, #b8a4c1, #a36c9e, #a44c3d);
}

Shades of Brown color palette created on .