Vibrant Victory Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Victory palette

Share this palette to:

Vibrant Victory color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #2f9d7e;
}
.color-5 {
color: #2e508e;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #a3d55d;
--color-4: #2f9d7e;
--color-5: #2e508e;
}

Vibrant Victory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #a3d55d, #2f9d7e, #2e508e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #a3d55d, #2f9d7e, #2e508e);
}

Vibrant Victory color palette created on .