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: #ffc105;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3c2e;
}
.color-4 {
color: #ef486f;
}
.color-5 {
color: #6c5b7b;
}
/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff6e61;
--color-3: #ff3c2e;
--color-4: #ef486f;
--color-5: #6c5b7b;
}
CSS del degradado de fondo Vibrant Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff6e61, #ff3c2e, #ef486f, #6c5b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff6e61, #ff3c2e, #ef486f, #6c5b7b);
}
Paletas de colores similares
Vibrant Red color palette created on .