Paleta de colores Vibrant Red Blue Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red Blue Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red Blue Purple

/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #5c85ff;
}
.color-3 {
color: #a85cff;
}
.color-4 {
color: #ff5c85;
}
.color-5 {
color: #ffd15c;
}

/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #5c85ff;
--color-3: #a85cff;
--color-4: #ff5c85;
--color-5: #ffd15c;
}

CSS del degradado de fondo Vibrant Red Blue Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #5c85ff, #a85cff, #ff5c85, #ffd15c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #5c85ff, #a85cff, #ff5c85, #ffd15c);
}

Vibrant Red Blue Purple color palette created on .