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: #d6383b;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f2d73a;
}
.color-5 {
color: #fff080;
}

/* CSS Variables */
:root {
--color-1: #d6383b;
--color-2: #f05a28;
--color-3: #faa700;
--color-4: #f2d73a;
--color-5: #fff080;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6383b, #f05a28, #faa700, #f2d73a, #fff080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6383b, #f05a28, #faa700, #f2d73a, #fff080);
}

Bright Red color palette created on .