Paleta de colores Vibrant Orange and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Orange and Blue palette
CSS de la paleta de colores Vibrant Orange and Blue
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #3182ed;
}
.color-5 {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8c00;
--color-3: #ffc300;
--color-4: #3182ed;
--color-5: #1c1c1c;
}
CSS del degradado de fondo Vibrant Orange and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8c00, #ffc300, #3182ed, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8c00, #ffc300, #3182ed, #1c1c1c);
}
Paletas de colores similares
Vibrant Orange and Blue color palette created on .