Vibrant Red Blue Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Red Blue Pink palette
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);
}
Similar color palettes
- Chaos Harmony
- Vibrant Blue
- Vibrant Harmony
- Crimson and Navy Dream
- Healing Harmony
- Orange Express
- Gangster Chic
- Carnival Dreams
- Vibrant Harmony
- Colorful Sunset
- Vibrant Spectrum
- Vibrant Twilight Serenade
- Bold Purple and Red
- Urban Junction
- Glitch Spectrum
- Twilight Ember
- Shades of Red, Blue, and Purple
- Vibrant Whirlwind
Vibrant Red Blue Pink color palette created on .