Vibrant Heroics Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Heroics palette
Vibrant Heroics color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #dbf7a6;
}
.color-4 {
color: #007fff;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffc300;
--color-3: #dbf7a6;
--color-4: #007fff;
--color-5: #ff1492;
}
Vibrant Heroics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffc300, #dbf7a6, #007fff, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffc300, #dbf7a6, #007fff, #ff1492);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Vibrant Heroics color palette created on .