Paleta de colores Vibrant Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red

/* CSS */
.color-1 {
color: #d7191f;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #b3d94a;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #d7191f;
--color-2: #f05a28;
--color-3: #fab700;
--color-4: #b3d94a;
--color-5: #4a9cd3;
}

CSS del degradado de fondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7191f, #f05a28, #fab700, #b3d94a, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7191f, #f05a28, #fab700, #b3d94a, #4a9cd3);
}

Vibrant Red color palette created on .