Paleta de colores Red to Violet Gradient

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red to Violet Gradient palette

Compartir esta paleta en:

CSS de la paleta de colores Red to Violet Gradient

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #a5c639;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffcc00;
--color-4: #a5c639;
--color-5: #681b98;
}

CSS del degradado de fondo Red to Violet Gradient

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffcc00, #a5c639, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffcc00, #a5c639, #681b98);
}

Red to Violet Gradient color palette created on .