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: #ff3d3d;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ffbb3d;
}
.color-4 {
color: #ffff3d;
}
.color-5 {
color: #3dff3d;
}

/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff7e3d;
--color-3: #ffbb3d;
--color-4: #ffff3d;
--color-5: #3dff3d;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff7e3d, #ffbb3d, #ffff3d, #3dff3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff7e3d, #ffbb3d, #ffff3d, #3dff3d);
}

Bright Red color palette created on .