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