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: #ec2229;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #e3d83b;
}
.color-5 {
color: #a3d24b;
}

/* CSS Variables */
:root {
--color-1: #ec2229;
--color-2: #f05a28;
--color-3: #f5a300;
--color-4: #e3d83b;
--color-5: #a3d24b;
}

CSS del degradado de fondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec2229, #f05a28, #f5a300, #e3d83b, #a3d24b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec2229, #f05a28, #f5a300, #e3d83b, #a3d24b);
}

Vibrant Red color palette created on .