Paleta de colores Brown Sparrow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brown Sparrow palette

Compartir esta paleta en:

CSS de la paleta de colores Brown Sparrow

/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #b4896a;
}
.color-3 {
color: #e8b7a1;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #f4b943;
}

/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #b4896a;
--color-3: #e8b7a1;
--color-4: #f2e6d4;
--color-5: #f4b943;
}

CSS del degradado de fondo Brown Sparrow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #b4896a, #e8b7a1, #f2e6d4, #f4b943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #b4896a, #e8b7a1, #f2e6d4, #f4b943);
}

Brown Sparrow color palette created on .