Paleta de colores Red Ribbon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Ribbon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Ribbon

Download red ribbon color palette PNG image (landscape)
Download red ribbon color palette PNG image (square)

CSS de la paleta de colores Red Ribbon

/* CSS */
.color-1 {
color: #eb0a3e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #4cae4f;
}

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

CSS del degradado de fondo Red Ribbon

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

Red Ribbon color palette created on .