Bright Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Red palette

Share this palette to:

Bright Red color palette CSS

/* CSS */
.color-1 {
color: #d73928;
}
.color-2 {
color: #f0523d;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #f7f7f7;
}

/* CSS Variables */
:root {
--color-1: #d73928;
--color-2: #f0523d;
--color-3: #f5a524;
--color-4: #f1e1a7;
--color-5: #f7f7f7;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d73928, #f0523d, #f5a524, #f1e1a7, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d73928, #f0523d, #f5a524, #f1e1a7, #f7f7f7);
}

Bright Red color palette created on .