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: #8c5a4a;
}
.color-2 {
color: #c29b89;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #f0dac1;
}
.color-5 {
color: #f9e7d2;
}

/* CSS Variables */
:root {
--color-1: #8c5a4a;
--color-2: #c29b89;
--color-3: #e3b8a1;
--color-4: #f0dac1;
--color-5: #f9e7d2;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a4a, #c29b89, #e3b8a1, #f0dac1, #f9e7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a4a, #c29b89, #e3b8a1, #f0dac1, #f9e7d2);
}

Shades of Brown color palette created on .