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: #d95230;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #c3e600;
}
.color-5 {
color: #8dd3c7;
}
/* CSS Variables */
:root {
--color-1: #d95230;
--color-2: #f39c12;
--color-3: #f0d000;
--color-4: #c3e600;
--color-5: #8dd3c7;
}
CSS del degradado de fondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95230, #f39c12, #f0d000, #c3e600, #8dd3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95230, #f39c12, #f0d000, #c3e600, #8dd3c7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Ámbar
Vibrant Orange color palette created on .