Paleta de colores Brass & Leather Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brass & Leather Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Brass & Leather Dreams

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #b86e3d;
}
.color-3 {
color: #d39969;
}
.color-4 {
color: #e3b668;
}
.color-5 {
color: #cfc5b4;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #b86e3d;
--color-3: #d39969;
--color-4: #e3b668;
--color-5: #cfc5b4;
}

CSS del degradado de fondo Brass & Leather Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #b86e3d, #d39969, #e3b668, #cfc5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #b86e3d, #d39969, #e3b668, #cfc5b4);
}

Brass & Leather Dreams color palette created on .