Paleta de colores Warm Brown

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Brown palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Brown

/* CSS */
.color-1 {
color: #c45b3b;
}
.color-2 {
color: #d48b5e;
}
.color-3 {
color: #e5b15d;
}
.color-4 {
color: #f2d8a1;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #c45b3b;
--color-2: #d48b5e;
--color-3: #e5b15d;
--color-4: #f2d8a1;
--color-5: #f9e1b4;
}

CSS del degradado de fondo Warm Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c45b3b, #d48b5e, #e5b15d, #f2d8a1, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c45b3b, #d48b5e, #e5b15d, #f2d8a1, #f9e1b4);
}

Warm Brown color palette created on .