Paleta de colores Sunset in the Tuscan Fields
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset in the Tuscan Fields palette
CSS de la paleta de colores Sunset in the Tuscan Fields
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffbd7a;
}
.color-4 {
color: #ffe09e;
}
.color-5 {
color: #fff5d1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffbd7a;
--color-4: #ffe09e;
--color-5: #fff5d1;
}
CSS del degradado de fondo Sunset in the Tuscan Fields
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffbd7a, #ffe09e, #fff5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffbd7a, #ffe09e, #fff5d1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Sunset in the Tuscan Fields color palette created on .