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: #f3f1e7;
}
.color-2 {
color: #d9d3c4;
}
.color-3 {
color: #c1b19f;
}
.color-4 {
color: #a39b8a;
}
.color-5 {
color: #806f60;
}

/* CSS Variables */
:root {
--color-1: #f3f1e7;
--color-2: #d9d3c4;
--color-3: #c1b19f;
--color-4: #a39b8a;
--color-5: #806f60;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f1e7, #d9d3c4, #c1b19f, #a39b8a, #806f60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f1e7, #d9d3c4, #c1b19f, #a39b8a, #806f60);
}

Shades of Brown color palette created on .