Vibrant Threshold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Threshold palette

Condividi questa palette a:

Scarica la tavolozza dei colori Vibrant Threshold (PNG)

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

tavolozza dei colori Vibrant Threshold CSS

/* 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 con gradiente di sfondo 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 .