Bright Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Red palette
Bright Red color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f50f2a;
}
.color-3 {
color: #ff7300;
}
.color-4 {
color: #f8e61b;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f50f2a;
--color-3: #ff7300;
--color-4: #f8e61b;
--color-5: #ffffff;
}
Bright Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f50f2a, #ff7300, #f8e61b, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f50f2a, #ff7300, #f8e61b, #ffffff);
}
Similar color palettes
Scroll down to explore 80+ Black color palettes
Bright Red color palette created on .