Paleta de colores Vibrant Victory

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Victory palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Victory

/* 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 del degradado de fondo 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 .