Paleta de colores Burning Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Burning Orange palette
CSS de la paleta de colores Burning Orange
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcd70;
}
.color-4 {
color: #fff29e;
}
.color-5 {
color: #ffebcc;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa142;
--color-3: #ffcd70;
--color-4: #fff29e;
--color-5: #ffebcc;
}
CSS del degradado de fondo Burning Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa142, #ffcd70, #fff29e, #ffebcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa142, #ffcd70, #fff29e, #ffebcc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Burning Orange color palette created on .