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: #ff5c5c;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #a8ff5c;
}
.color-5 {
color: #5cff9d;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ff9d5c;
--color-3: #ffd65c;
--color-4: #a8ff5c;
--color-5: #5cff9d;
}
Vibrant Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ff9d5c, #ffd65c, #a8ff5c, #5cff9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ff9d5c, #ffd65c, #a8ff5c, #5cff9d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Vibrant Red color palette created on .