Vibrant Fusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Fusion palette
Vibrant Fusion color palette CSS
/* CSS */
.color-1 {
color: #ff5a1f;
}
.color-2 {
color: #ff9f1a;
}
.color-3 {
color: #ffd60a;
}
.color-4 {
color: #a1d65c;
}
.color-5 {
color: #1c7c8d;
}
/* CSS Variables */
:root {
--color-1: #ff5a1f;
--color-2: #ff9f1a;
--color-3: #ffd60a;
--color-4: #a1d65c;
--color-5: #1c7c8d;
}
Vibrant Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5a1f, #ff9f1a, #ffd60a, #a1d65c, #1c7c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5a1f, #ff9f1a, #ffd60a, #a1d65c, #1c7c8d);
}
Similar color palettes
Vibrant Fusion color palette created on .