Vibrant Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Red palette
Vibrant Red color palette CSS
/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #6e3dff;
}
.color-5 {
color: #3d7bff;
}
/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff8e3d;
--color-3: #ffb13d;
--color-4: #6e3dff;
--color-5: #3d7bff;
}
Vibrant Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff8e3d, #ffb13d, #6e3dff, #3d7bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff8e3d, #ffb13d, #6e3dff, #3d7bff);
}
Similar color palettes
Scroll down to explore 300+ Red color palettes
Vibrant Red color palette created on .