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: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffd900;
--color-4: #ff6d2e;
--color-5: #ff3d5a;
}
CSS del degradado de fondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffd900, #ff6d2e, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffd900, #ff6d2e, #ff3d5a);
}
Paletas de colores similares
Vibrant Orange color palette created on .