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: #ff6e61;
}
.color-2 {
color: #ff513d;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #e23b2c;
}
.color-5 {
color: #c72929;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff513d;
--color-3: #ff3d3d;
--color-4: #e23b2c;
--color-5: #c72929;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff513d, #ff3d3d, #e23b2c, #c72929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff513d, #ff3d3d, #e23b2c, #c72929);
}

Vibrant Red color palette created on .