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: #ff5c5c;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffdc5c;
}
.color-4 {
color: #5cff8f;
}
.color-5 {
color: #5cdcff;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ff9a5c;
--color-3: #ffdc5c;
--color-4: #5cff8f;
--color-5: #5cdcff;
}
CSS del degradado de fondo Vibrant Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ff9a5c, #ffdc5c, #5cff8f, #5cdcff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ff9a5c, #ffdc5c, #5cff8f, #5cdcff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Vibrant Red color palette created on .