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