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: #ff6b6b;
}
.color-2 {
color: #ffa96b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6bffb3;
}
.color-5 {
color: #6c5cff;
}
/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffa96b;
--color-3: #ffd83d;
--color-4: #6bffb3;
--color-5: #6c5cff;
}
Vibrant Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffa96b, #ffd83d, #6bffb3, #6c5cff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffa96b, #ffd83d, #6bffb3, #6c5cff);
}
Similar color palettes
Vibrant Red color palette created on .