Paleta de colores Tuscan Sunsets

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tuscan Sunsets palette

Compartir esta paleta en:

CSS de la paleta de colores Tuscan Sunsets

/* CSS */
.color-1 {
color: #bd5d2e;
}
.color-2 {
color: #d88c5a;
}
.color-3 {
color: #e3b97d;
}
.color-4 {
color: #f1d4a2;
}
.color-5 {
color: #f5e7b2;
}

/* CSS Variables */
:root {
--color-1: #bd5d2e;
--color-2: #d88c5a;
--color-3: #e3b97d;
--color-4: #f1d4a2;
--color-5: #f5e7b2;
}

CSS del degradado de fondo Tuscan Sunsets

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd5d2e, #d88c5a, #e3b97d, #f1d4a2, #f5e7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd5d2e, #d88c5a, #e3b97d, #f1d4a2, #f5e7b2);
}

Tuscan Sunsets color palette created on .