Colorful Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Red palette

Share this palette to:

Colorful Red color palette CSS

/* CSS */
.color-1 {
color: #f53029;
}
.color-2 {
color: #8bc34b;
}
.color-3 {
color: #ffcc33;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #3b3b3b;
}

/* CSS Variables */
:root {
--color-1: #f53029;
--color-2: #8bc34b;
--color-3: #ffcc33;
--color-4: #ff9900;
--color-5: #3b3b3b;
}

Colorful Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f53029, #8bc34b, #ffcc33, #ff9900, #3b3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f53029, #8bc34b, #ffcc33, #ff9900, #3b3b3b);
}

Colorful Red color palette created on .