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: #f4c543;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #ea5b48;
}
.color-4 {
color: #d04e79;
}
.color-5 {
color: #a152b7;
}
/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e77e23;
--color-3: #ea5b48;
--color-4: #d04e79;
--color-5: #a152b7;
}
CSS del degradado de fondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e77e23, #ea5b48, #d04e79, #a152b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e77e23, #ea5b48, #d04e79, #a152b7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Vibrant Orange color palette created on .