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: #cc0036;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ffecb3;
}

/* CSS Variables */
:root {
--color-1: #cc0036;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffd54d;
--color-5: #ffecb3;
}

CSS del degradado de fondo Vibrant Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc0036, #ff6e61, #ffb84d, #ffd54d, #ffecb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc0036, #ff6e61, #ffb84d, #ffd54d, #ffecb3);
}

Vibrant Red color palette created on .