Bright Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Red palette

Share this palette to:

Download Bright Red Color Palette (PNG)

Download bright red color palette PNG image (landscape)
Download bright red color palette PNG image (square)

Bright Red color palette CSS

/* CSS */
.color-1 {
color: #ff6161;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffcd61;
}
.color-4 {
color: #ffd761;
}
.color-5 {
color: #ffda61;
}

/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #ffa061;
--color-3: #ffcd61;
--color-4: #ffd761;
--color-5: #ffda61;
}

Bright Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #ffa061, #ffcd61, #ffd761, #ffda61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #ffa061, #ffcd61, #ffd761, #ffda61);
}

Bright Red color palette created on .