Big Top Vibrance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Big Top Vibrance palette

Share this palette to:

Big Top Vibrance color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffd60a;
}
.color-5 {
color: #76ff05;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6e00;
--color-3: #ffb300;
--color-4: #ffd60a;
--color-5: #76ff05;
}

Big Top Vibrance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6e00, #ffb300, #ffd60a, #76ff05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6e00, #ffb300, #ffd60a, #76ff05);
}

Big Top Vibrance color palette created on .