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: #d7b38e;
}
.color-2 {
color: #a95b8c;
}
.color-3 {
color: #5c7d99;
}
.color-4 {
color: #49a0a7;
}
.color-5 {
color: #f4b22f;
}

/* CSS Variables */
:root {
--color-1: #d7b38e;
--color-2: #a95b8c;
--color-3: #5c7d99;
--color-4: #49a0a7;
--color-5: #f4b22f;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b38e, #a95b8c, #5c7d99, #49a0a7, #f4b22f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b38e, #a95b8c, #5c7d99, #49a0a7, #f4b22f);
}

Shades of Brown color palette created on .