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: #ff2929;
}
.color-2 {
color: #ff702e;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #2eff7e;
}

/* CSS Variables */
:root {
--color-1: #ff2929;
--color-2: #ff702e;
--color-3: #ffb300;
--color-4: #ffe500;
--color-5: #2eff7e;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2929, #ff702e, #ffb300, #ffe500, #2eff7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2929, #ff702e, #ffb300, #ffe500, #2eff7e);
}

Vibrant Red color palette created on .