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: #d83b3e;
}
.color-2 {
color: #ff5c5c;
}
.color-3 {
color: #ff8b3d;
}
.color-4 {
color: #ffbe4d;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #d83b3e;
--color-2: #ff5c5c;
--color-3: #ff8b3d;
--color-4: #ffbe4d;
--color-5: #ff3d3d;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d83b3e, #ff5c5c, #ff8b3d, #ffbe4d, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d83b3e, #ff5c5c, #ff8b3d, #ffbe4d, #ff3d3d);
}

Bright Red color palette created on .