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: #895b29;
}
.color-2 {
color: #d8b60e;
}
.color-3 {
color: #f1e7b1;
}
.color-4 {
color: #e06e5c;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d8b60e;
--color-3: #f1e7b1;
--color-4: #e06e5c;
--color-5: #704d7a;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d8b60e, #f1e7b1, #e06e5c, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d8b60e, #f1e7b1, #e06e5c, #704d7a);
}

Shades of Brown color palette created on .