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: #fc461d;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #f7d52b;
}
.color-4 {
color: #a0d71d;
}
.color-5 {
color: #1d9a6c;
}

/* CSS Variables */
:root {
--color-1: #fc461d;
--color-2: #f78d1d;
--color-3: #f7d52b;
--color-4: #a0d71d;
--color-5: #1d9a6c;
}

CSS del degradado de fondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc461d, #f78d1d, #f7d52b, #a0d71d, #1d9a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc461d, #f78d1d, #f7d52b, #a0d71d, #1d9a6c);
}

Vibrant Red color palette created on .