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: #f7ce3b;
}
.color-2 {
color: #e0a348;
}
.color-3 {
color: #c96540;
}
.color-4 {
color: #a3504d;
}
.color-5 {
color: #694d89;
}

/* CSS Variables */
:root {
--color-1: #f7ce3b;
--color-2: #e0a348;
--color-3: #c96540;
--color-4: #a3504d;
--color-5: #694d89;
}

CSS del degradado de fondo Shades of Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7ce3b, #e0a348, #c96540, #a3504d, #694d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7ce3b, #e0a348, #c96540, #a3504d, #694d89);
}

Shades of Brown color palette created on .