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: #da2e2b;
}
.color-2 {
color: #e56866;
}
.color-3 {
color: #f3a7a0;
}
.color-4 {
color: #fcd8c0;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #da2e2b;
--color-2: #e56866;
--color-3: #f3a7a0;
--color-4: #fcd8c0;
--color-5: #fab700;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da2e2b, #e56866, #f3a7a0, #fcd8c0, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da2e2b, #e56866, #f3a7a0, #fcd8c0, #fab700);
}

Bright Red color palette created on .