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: #d93a3a;
}
.color-2 {
color: #f07b3d;
}
.color-3 {
color: #f9b83e;
}
.color-4 {
color: #f6d13c;
}
.color-5 {
color: #f0a3a3;
}

/* CSS Variables */
:root {
--color-1: #d93a3a;
--color-2: #f07b3d;
--color-3: #f9b83e;
--color-4: #f6d13c;
--color-5: #f0a3a3;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93a3a, #f07b3d, #f9b83e, #f6d13c, #f0a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93a3a, #f07b3d, #f9b83e, #f6d13c, #f0a3a3);
}

Vibrant Red color palette created on .