Vibrant Red Blue Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Red Blue Pink palette

Share this palette to:

Vibrant Red Blue Pink color palette CSS

/* 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;
}

Vibrant Red Blue Pink background gradient CSS

/* 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 .