Bold Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bold Red palette

Share this palette to:

Bold Red color palette CSS

/* CSS */
.color-1 {
color: #f22a26;
}
.color-2 {
color: #c71a1a;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e0e0e0;
}
.color-5 {
color: #4d9dff;
}

/* CSS Variables */
:root {
--color-1: #f22a26;
--color-2: #c71a1a;
--color-3: #ffffff;
--color-4: #e0e0e0;
--color-5: #4d9dff;
}

Bold Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f22a26, #c71a1a, #ffffff, #e0e0e0, #4d9dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f22a26, #c71a1a, #ffffff, #e0e0e0, #4d9dff);
}

Bold Red color palette created on .