Paleta de colores Firebrand
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Firebrand palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Firebrand (PNG)
CSS de la paleta de colores Firebrand
/* CSS */
.color-1 {
color: #ff5e00;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ff5e00;
--color-2: #ff9100;
--color-3: #ffb300;
--color-4: #ffdd00;
--color-5: #ffd900;
}
CSS del degradado de fondo Firebrand
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5e00, #ff9100, #ffb300, #ffdd00, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5e00, #ff9100, #ffb300, #ffdd00, #ffd900);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Naranja
Firebrand color palette created on .