Vibrant Vendetta Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Vendetta palette
Vibrant Vendetta color palette CSS
/* CSS */
.color-1 {
color: #ff4d6a;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe74d;
}
.color-5 {
color: #ffd54d;
}
/* CSS Variables */
:root {
--color-1: #ff4d6a;
--color-2: #ff7c4d;
--color-3: #ffb84d;
--color-4: #ffe74d;
--color-5: #ffd54d;
}
Vibrant Vendetta background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d6a, #ff7c4d, #ffb84d, #ffe74d, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d6a, #ff7c4d, #ffb84d, #ffe74d, #ffd54d);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Vibrant Vendetta color palette created on .