Paleta de colores Vibrant Red Blue Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red Blue Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red Blue Pink

/* CSS */
.color-1 {
color: #ba212b;
}
.color-2 {
color: #668ddb;
}
.color-3 {
color: #8e5782;
}
.color-4 {
color: #f1a7c8;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #ba212b;
--color-2: #668ddb;
--color-3: #8e5782;
--color-4: #f1a7c8;
--color-5: #ffb84d;
}

CSS del degradado de fondo Vibrant Red Blue Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba212b, #668ddb, #8e5782, #f1a7c8, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba212b, #668ddb, #8e5782, #f1a7c8, #ffb84d);
}

Vibrant Red Blue Pink color palette created on .