Paleta de colores Brown Affogato

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brown Affogato palette

Compartir esta paleta en:

CSS de la paleta de colores Brown Affogato

/* CSS */
.color-1 {
color: #d8c69d;
}
.color-2 {
color: #c8a889;
}
.color-3 {
color: #b68e7c;
}
.color-4 {
color: #a66e6e;
}
.color-5 {
color: #8c4f4f;
}

/* CSS Variables */
:root {
--color-1: #d8c69d;
--color-2: #c8a889;
--color-3: #b68e7c;
--color-4: #a66e6e;
--color-5: #8c4f4f;
}

CSS del degradado de fondo Brown Affogato

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c69d, #c8a889, #b68e7c, #a66e6e, #8c4f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c69d, #c8a889, #b68e7c, #a66e6e, #8c4f4f);
}

Brown Affogato color palette created on .