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