Vibrant Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Red palette

Share this palette to:

Vibrant Red color palette CSS

/* CSS */
.color-1 {
color: #bd1f00;
}
.color-2 {
color: #ff8ff2;
}
.color-3 {
color: #df587a;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd500;
}

/* CSS Variables */
:root {
--color-1: #bd1f00;
--color-2: #ff8ff2;
--color-3: #df587a;
--color-4: #ffb84d;
--color-5: #ffd500;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd1f00, #ff8ff2, #df587a, #ffb84d, #ffd500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd1f00, #ff8ff2, #df587a, #ffb84d, #ffd500);
}

Vibrant Red color palette created on .