Vibrant Red Blue Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Red Blue Purple palette

Share this palette to:

Vibrant Red Blue Purple color palette CSS

/* CSS */
.color-1 {
color: #ff3c00;
}
.color-2 {
color: #2094f3;
}
.color-3 {
color: #9b27b0;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #2094f3;
--color-3: #9b27b0;
--color-4: #ffec3d;
--color-5: #ff4281;
}

Vibrant Red Blue Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #2094f3, #9b27b0, #ffec3d, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #2094f3, #9b27b0, #ffec3d, #ff4281);
}

Vibrant Red Blue Purple color palette created on .