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