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: #c92c3c;
}
.color-2 {
color: #f05656;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #b79b2a;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f05656;
--color-3: #fab700;
--color-4: #ff6e61;
--color-5: #b79b2a;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f05656, #fab700, #ff6e61, #b79b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f05656, #fab700, #ff6e61, #b79b2a);
}

Bright Red color palette created on .