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: #c9031d;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #faab00;
}
.color-4 {
color: #e2d760;
}
.color-5 {
color: #a3d96d;
}

/* CSS Variables */
:root {
--color-1: #c9031d;
--color-2: #f05a28;
--color-3: #faab00;
--color-4: #e2d760;
--color-5: #a3d96d;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9031d, #f05a28, #faab00, #e2d760, #a3d96d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9031d, #f05a28, #faab00, #e2d760, #a3d96d);
}

Vibrant Red color palette created on .