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: #e6d5c1;
}
.color-2 {
color: #bfaf9c;
}
.color-3 {
color: #a58b7e;
}
.color-4 {
color: #694b49;
}
.color-5 {
color: #402b2c;
}

/* CSS Variables */
:root {
--color-1: #e6d5c1;
--color-2: #bfaf9c;
--color-3: #a58b7e;
--color-4: #694b49;
--color-5: #402b2c;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d5c1, #bfaf9c, #a58b7e, #694b49, #402b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d5c1, #bfaf9c, #a58b7e, #694b49, #402b2c);
}

Shades of Brown color palette created on .