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