Paleta de colores Tuscany Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tuscany Sunset palette
CSS de la paleta de colores Tuscany Sunset
/* CSS */
.color-1 {
color: #bd5d2e;
}
.color-2 {
color: #d7853c;
}
.color-3 {
color: #e4a75e;
}
.color-4 {
color: #f2d58c;
}
.color-5 {
color: #f9e3b9;
}
/* CSS Variables */
:root {
--color-1: #bd5d2e;
--color-2: #d7853c;
--color-3: #e4a75e;
--color-4: #f2d58c;
--color-5: #f9e3b9;
}
CSS del degradado de fondo Tuscany Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd5d2e, #d7853c, #e4a75e, #f2d58c, #f9e3b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd5d2e, #d7853c, #e4a75e, #f2d58c, #f9e3b9);
}
Paletas de colores similares
Tuscany Sunset color palette created on .