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