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