Vibrant Victory Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Victory palette

Condividi questa palette a:

tavolozza dei colori Vibrant Victory 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;
}

CSS con gradiente di sfondo Vibrant Victory

/* 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 .