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