Paleta de colores Vibrant Red and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Red and Blue palette
CSS de la paleta de colores Vibrant Red and Blue
/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #5c8dff;
}
.color-3 {
color: #a85cff;
}
.color-4 {
color: #ff5c8d;
}
.color-5 {
color: #ffc65c;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #5c8dff;
--color-3: #a85cff;
--color-4: #ff5c8d;
--color-5: #ffc65c;
}
CSS del degradado de fondo Vibrant Red and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #5c8dff, #a85cff, #ff5c8d, #ffc65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #5c8dff, #a85cff, #ff5c8d, #ffc65c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Vibrant Red and Blue color palette created on .