Vibrant Orange Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Orange Red palette
Vibrant Orange Red color palette CSS
/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff5100;
}
.color-3 {
color: #d60000;
}
.color-4 {
color: #a3006d;
}
.color-5 {
color: #4a00b3;
}
/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff5100;
--color-3: #d60000;
--color-4: #a3006d;
--color-5: #4a00b3;
}
Vibrant Orange Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff5100, #d60000, #a3006d, #4a00b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff5100, #d60000, #a3006d, #4a00b3);
}
Similar color palettes
Vibrant Orange Red color palette created on .