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: #e83b46;
}
.color-2 {
color: #f68a1e;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #8fdc90;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #e83b46;
--color-2: #f68a1e;
--color-3: #f1c84b;
--color-4: #8fdc90;
--color-5: #4b91e2;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e83b46, #f68a1e, #f1c84b, #8fdc90, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e83b46, #f68a1e, #f1c84b, #8fdc90, #4b91e2);
}

Bright Red color palette created on .