Paleta de colores Vibrant Runner

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Runner palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Runner

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #ff7b2e;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff299b;
}
.color-5 {
color: #8e3dff;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #ff7b2e;
--color-3: #ff4d4d;
--color-4: #ff299b;
--color-5: #8e3dff;
}

CSS del degradado de fondo Vibrant Runner

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #ff7b2e, #ff4d4d, #ff299b, #8e3dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #ff7b2e, #ff4d4d, #ff299b, #8e3dff);
}

Vibrant Runner color palette created on .