Paleta de colores Vibrant Threshold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Threshold palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Threshold (PNG)

Download vibrant threshold color palette PNG image (landscape)
Download vibrant threshold color palette PNG image (square)

CSS de la paleta de colores Vibrant Threshold

/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f1c40e;
--color-3: #2ecc70;
--color-4: #3398db;
--color-5: #9b58b6;
}

CSS del degradado de fondo Vibrant Threshold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f1c40e, #2ecc70, #3398db, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f1c40e, #2ecc70, #3398db, #9b58b6);
}

Vibrant Threshold color palette created on .